summaryrefslogtreecommitdiff
blob: d678490505f50fd42ed9e3fa92bfa0508b4f4b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Settings for vdradmin-am

# Run vdradmin-am as this user:
#
# If you want vdradmin to run on a port below 1024 you
# should nevertheless have vdradmin running as root.
#
VDRADMIN_USER="vdradmin"

# Use ssl connection
# Allowed values: yes no
#SSL=no

# Use the ipv6 protocol [EXPERIMENTAL]
# Allowed values: yes no
#IPV6=no

# Enable Logging
# Allowed values: syslog file no
# Setting this value to file will log to /var/log/vdradmin/vdradmind.log
#LOGGING=no

# Set loglevel
# Allowed values: 0-7
#LOGLEVEL=4