## This is a configuration file for the MediaTomb daemon script

## By default the configuration will be created in /var/lib/mediatomb/data

## Network interface on which the server will run, you need to edit this!
MT_INTERFACE="NOT_SET"

## User defined command line options that may be passed to the server
MT_OPTIONS=""

## MediaTomb will be started on port 50500
MT_PORT="50500"

## MediaTomb will run as mediatomb
MT_USER="_mediatomb"
MT_GROUP="_mediatomb"

## Location of the config file/database
MT_HOME="/var/lib/mediatomb"
MT_CFGDIR="data"

