Switch to unified view

a/pyforge/sandbox.ini b/pyforge/sandbox.ini
...
...
26
cache_dir = %(here)s/data
26
cache_dir = %(here)s/data
27
beaker.session.key = pyforge
27
beaker.session.key = pyforge
28
beaker.session.type = cookie
28
beaker.session.type = cookie
29
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
29
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
30
beaker.session.validate_key = 714bfe3612c42390726f
30
beaker.session.validate_key = 714bfe3612c42390726f
31
oembed_config = %(here)s/oembed.ini
32
31
33
static_root = /static/
32
static_root = /static/
34
33
35
# Ming setup
34
# Ming setup
36
ming.main.master = mongo://127.0.0.1:27017/pyforge
35
ming.main.master = mongo://127.0.0.1:27017/pyforge
36
37
# OEmbed Setup
38
oembed.config = %(here)s/oembed.ini
39
oembed.host = oembed.localhost.localdomain:50001
37
40
38
# SOLR setup
41
# SOLR setup
39
solr.server = http://localhost:50065/solr/
42
solr.server = http://localhost:50065/solr/
40
43
41
# If you'd like to fine-tune the individual locations of the cache data dirs
44
# If you'd like to fine-tune the individual locations of the cache data dirs
...
...
100
# Ming setup
103
# Ming setup
101
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
104
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
102
105
103
# OEmbed Setup
106
# OEmbed Setup
104
oembed.config = %(here)s/oembed.ini
107
oembed.config = %(here)s/oembed.ini
105
oembed.host = oembed.localhost.localdomain:8080
108
oembed.host = oembed.localhost.localdomain:50001
106
109
107
sqlalchemy.url = sqlite:///%(here)s/devdata.db
110
sqlalchemy.url = sqlite:///%(here)s/devdata.db
108
#echo shouldn't be used together with the logging module.
111
#echo shouldn't be used together with the logging module.
109
sqlalchemy.echo = false
112
sqlalchemy.echo = false
110
sqlalchemy.echo_pool = false
113
sqlalchemy.echo_pool = false