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

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

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