Switch to unified view

a/pyforge/development.ini b/pyforge/development.ini
...
...
41
41
42
static_root = /static/
42
static_root = /static/
43
43
44
# Ming setup
44
# Ming setup
45
ming.main.master = mongo://127.0.0.1:27017/pyforge
45
ming.main.master = mongo://127.0.0.1:27017/pyforge
46
47
# OpenID setup
48
openid.realm = http://localhost:8080/
46
49
47
# OEmbed Setup
50
# OEmbed Setup
48
oembed.config = %(here)s/oembed.ini
51
oembed.config = %(here)s/oembed.ini
49
oembed.host = oembed.localhost.localdomain:8080
52
oembed.host = oembed.localhost.localdomain:8080
50
53