diff options
Diffstat (limited to 'www-misc/vdradmin-am/files/vdradmin-3.6.6.conf')
-rw-r--r-- | www-misc/vdradmin-am/files/vdradmin-3.6.6.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www-misc/vdradmin-am/files/vdradmin-3.6.6.conf b/www-misc/vdradmin-am/files/vdradmin-3.6.6.conf new file mode 100644 index 000000000000..d678490505f5 --- /dev/null +++ b/www-misc/vdradmin-am/files/vdradmin-3.6.6.conf @@ -0,0 +1,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 |