summaryrefslogtreecommitdiffstats
path: root/templates/install/ipsilon.conf
blob: 3c9226fb8971fc8887dcaca6d80e466c7e0fcf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[global]
debug = False

log.screen = False
base.mount = "/${instance}"
base.dir = "/usr/share/ipsilon"
admin.config.db = "${datadir}/adminconfig.sqlite"
user.prefs.db = "${datadir}/userprefs.sqlite"

tools.sessions.on = True
tools.sessions.storage_type = "file"
tools.sessions.storage_path = "${datadir}/sessions"
tools.sessions.timeout = 60
tools.protect.on = True