|
a/HelloForge/sandbox-test.ini |
|
b/HelloForge/sandbox-test.ini |
|
... |
|
... |
34 |
|
34 |
|
35 |
# Ming setup
|
35 |
# Ming setup
|
36 |
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
|
36 |
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
|
37 |
|
37 |
|
38 |
# SOLR setup
|
38 |
# SOLR setup
|
39 |
solr.server = http://localhost:50065/solr/
|
39 |
solr.server = http://localhost:50065/solr/core1
|
40 |
|
40 |
|
41 |
sqlalchemy.url = sqlite:///%(here)s/devdata.db
|
41 |
sqlalchemy.url = sqlite:///%(here)s/devdata.db
|
42 |
#echo shouldn't be used together with the logging module.
|
42 |
#echo shouldn't be used together with the logging module.
|
43 |
sqlalchemy.echo = false
|
43 |
sqlalchemy.echo = false
|
44 |
sqlalchemy.echo_pool = false
|
44 |
sqlalchemy.echo_pool = false
|