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
# OEmbed Setup
48
oembed.config = %(here)s/oembed.ini
49
oembed.host = oembed.localhost.localdomain:8080
46
50
47
# SOLR setup
51
# SOLR setup
48
solr.server = http://localhost:8983/solr
52
solr.server = http://localhost:8983/solr
49
53
50
# If you'd like to fine-tune the individual locations of the cache data dirs
54
# If you'd like to fine-tune the individual locations of the cache data dirs
...
...
107
beaker.session.validate_key = 714bfe3612c42390726f
111
beaker.session.validate_key = 714bfe3612c42390726f
108
112
109
# Ming setup
113
# Ming setup
110
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
114
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
111
115
116
# OEmbed Setup
117
oembed.config = %(here)s/oembed.ini
118
oembed.host = oembed.localhost.localdomain:8080
119
112
sqlalchemy.url = sqlite:///%(here)s/devdata.db
120
sqlalchemy.url = sqlite:///%(here)s/devdata.db
113
#echo shouldn't be used together with the logging module.
121
#echo shouldn't be used together with the logging module.
114
sqlalchemy.echo = false
122
sqlalchemy.echo = false
115
sqlalchemy.echo_pool = false
123
sqlalchemy.echo_pool = false
116
sqlalchemy.pool_recycle = 3600
124
sqlalchemy.pool_recycle = 3600