blob: fe6efecbab89427c69bd29451b2a2c2bc2fc9102 (
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
26
|
# 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 using will disable non SSL connections
#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
|