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

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

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