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

log.screen = ${debugging}
base.mount = "/${instance}"
base.dir = "${staticdir}"
admin.config.db = "${admindb}"
user.prefs.db = "${usersdb}"
transactions.db = "${transdb}"

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}