# VDR plugin muggle configuration

# specify database name (default is GiantDisc)
# DB_NAME=""

# specify toplevel directory for music (default is /mnt/music)
# TOPLEVEL=""

# specify directory for embedded sql data (default is /var/lib/muggle)
# DATADIR="/var/lib/muggle"

# specify debug level. The higher the more. Default is 1
# VERBOSE=""

# specify database host (default is embedded or localhost)
# if the specified host is localhost, sockets will
# be used if possible
# Otherwise the SOCKET parameter will be ignored
# DB_HOST=""

# specify database socket
# DB_SOCKET=""

# specify port of database server
# DB_PORT=""

# specify database user
# DB_USER=""

# specify database password (default is empty)
# remember to chmod this file if you don't want the users to
# see the password
# DB_PASSWORD=""

