summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication/development.ini
blob: 7665b90a4fea29bdb2cba5769e6c82817424472b (plain)
1
2
3
4
5
6
7
8
9
10
[app:main]
use = egg:tutorial
pyramid.reload_templates = true
pyramid.includes =
    pyramid_debugtoolbar
tutorial.secret = 98zd

[server:main]
use = egg:pyramid#wsgiref
listen = *:6543