captive.whump.shanti-portal/portal.cfg

30 lines
535 B
INI
Raw Permalink Normal View History

2016-04-05 14:40:37 +00:00
[portal]
plugins_dir=./plugins
2016-04-16 14:50:05 +00:00
static_dir=./static
2016-04-05 14:40:37 +00:00
listen_host=localhost
listen_port=9080
debug=True
redis_host=127.0.0.1
redis_port=6379
2016-12-14 15:37:32 +00:00
plugin_timeout=180
2016-04-16 14:50:05 +00:00
2016-12-14 15:37:32 +00:00
# Can specify an alternate webpage for the portal
index_page=portalindex
2016-04-05 14:40:37 +00:00
[logging]
log_format = %(asctime)s %(name)s[%(process)s] %(levelname)s: %(message)s
log_debug = False
# Handler can be one of file or syslog
log_handler = file
syslog_address = /dev/log
syslog_port = 514
# for file handler
log_max_bytes = 20971520
log_max_copies = 5
log_file = ./captiveportal.log