2017-07-14 19:29:52 +02:00
|
|
|
appname: "cyberman"
|
|
|
|
layout: "main"
|
|
|
|
charset: "UTF-8"
|
2017-07-16 21:09:42 +02:00
|
|
|
auto_page: 1
|
2017-07-14 19:29:52 +02:00
|
|
|
|
2017-07-14 21:06:28 +02:00
|
|
|
template: "template_toolkit"
|
|
|
|
engines:
|
|
|
|
template:
|
|
|
|
template_toolkit:
|
|
|
|
start_tag: '<%'
|
|
|
|
end_tag: '%>'
|
2017-07-14 19:29:52 +02:00
|
|
|
|
2017-07-15 20:24:05 +02:00
|
|
|
plugins:
|
|
|
|
Database:
|
|
|
|
driver: 'SQLite'
|
|
|
|
dbname: 'db.sqlite'
|
|
|
|
log_queries: 1
|