|
a/ForgeWiki/test.ini |
|
b/ForgeWiki/test.ini |
|
... |
|
... |
27 |
|
27 |
|
28 |
# Ming setup
|
28 |
# Ming setup
|
29 |
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
|
29 |
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
|
30 |
|
30 |
|
31 |
# SOLR setup
|
31 |
# SOLR setup
|
32 |
solr.server = http://localhost:8983/solr
|
32 |
solr.server = http://localhost:50065/solr/
|
33 |
|
33 |
|
34 |
sqlalchemy.url = sqlite:///%(here)s/devdata.db
|
34 |
sqlalchemy.url = sqlite:///%(here)s/devdata.db
|
35 |
#echo shouldn't be used together with the logging module.
|
35 |
#echo shouldn't be used together with the logging module.
|
36 |
sqlalchemy.echo = false
|
36 |
sqlalchemy.echo = false
|
37 |
sqlalchemy.echo_pool = false
|
37 |
sqlalchemy.echo_pool = false
|