summaryrefslogtreecommitdiffstats
path: root/templates/install/ipsilon.conf
blob: 99491dbbbbcade393c8f969071c1f0c4bc0e4292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[global]
debug = ${debugging}

log.screen = ${debugging}
base.mount = "/${instance}"
base.dir = "${staticdir}"
admin.config.db = "${datadir}/adminconfig.sqlite"
user.prefs.db = "${datadir}/userprefs.sqlite"
transactions.db = "${datadir}/transactions.sqlite"

tools.sessions.on = True
tools.sessions.name = "${instance}_ipsilon_session_id"
tools.sessions.storage_type = "file"
tools.sessions.storage_path = "${datadir}/sessions"
tools.sessions.path = "/${instance}"
tools.sessions.timeout = 60
tools.sessions.httponly = ${secure}
tools.sessions.secure = ${secure}