summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/basiclayout/development.ini
blob: 4fb6f25f8fdb9cc2f28cbe2e88015cad15fa69e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[app:tutorial]
use = egg:tutorial
reload_templates = true
debug_authorization = false
debug_notfound = false
debug_matched = false
zodb_uri = file://%(here)s/Data.fs?connection_cache_size=20000

[pipeline:main]
pipeline =
    egg:repoze.zodbconn#closer
    egg:repoze.tm#tm
    tutorial

[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 6543