summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication/development.ini
blob: cae5095427fa869e0272dbb015552306461ffdcb (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:waitress#main
listen = localhost:6543