# USERNAME = [user_name]
# permits to configure the user privileges of the globaleaks process
USERNAME=globaleaks

# APPARMOR_SANDBOXING = [0/1]
# permits to enable apparmor sandboxing
APPARMOR_SANDBOXING=1

# LISTENING_IP = [ip]
# permits to configure an ip on which the platform will listen
LISTENING_IP=::

# WORKING_DIR
# must be configured with the daemon working directory
WORKING_DIR=/var/globaleaks/
