# didiwiki (ciwiki) configuration

# run central copy of didiwiki?
# this doesn't affect the systemd unit — use systemctl enable didiwiki and systemctl disable didiwiki
ENABLE_DAEMON=yes

# set ip address on which the daemon will listen
LISTEN=127.0.0.1

# set default didiwiki home directory
HOME=/var/lib/didiwiki

# The default is --nologin, like in didiwiki 0.5 — the wiki can be edited anonymously
# Replace this with --sendmail to require registrations (a sendmail is required)
OPTIONS="--nologin"
