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

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

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