# VDR plugin live configuration

# use PORT to listen for incoming connections instead of 8008
# PORT=""

# bind server only to specified IP
# multiple IPs can be separated with a space
# BIND_IP=""

# use SSLPORT to listen for incoming ssl connections instead of 8443
# SSLPORT="no"

# full path to a custom ssl certificate file
# CERT="/etc/pki/tls/private/vdr-live.pem"

# log level for tntnet (values: INFO, DEBUG,...)
# LOGLEVEL=""

# directory for epgimages
# EPGIMAGES="/var/cache/vdr/epgimages"

