summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/views/development.ini
blob: 21f1c048fded1877566cf9d73b91dd4784de1a67 (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
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