summaryrefslogtreecommitdiff
path: root/debian/isso.default
blob: 900aa80f63354b141f22ba95a42a3c23e7d2fbbc (plain)
1
2
3
4
5
6
7
8
9
# Use "yes" (without quotes) to make /etc/init.d/isso start the Isso service.
# The Gunicon WSGI server is required.
START_DAEMON=no

# IP address and TCP port used by Gunicorn
ISSO_ADDRESS_PORT=127.0.0.1:8000

# Path to load isso configuration files from.
ISSO_CONF_FILES_DIR="/etc/isso.d/enabled"