summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/development.ini
blob: 6741af913f44b6606b8fa8f07ac81cc0e7265ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[DEFAULT]
debug = true

[app:main]
use = egg:MyProject#app
reload_templates = true
debug_authorization = false
debug_notfound = false
debug_templates = true
default_locale_name = en

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