Switch to unified view

a/pyforge/test.ini b/pyforge/test.ini
...
...
18
[app:main]
18
[app:main]
19
use = config:development.ini#tool_test
19
use = config:development.ini#tool_test
20
db_prefix = test_
20
db_prefix = test_
21
21
22
# Use test MongoDB DB server
22
# Use test MongoDB DB server
23
ming.main.master = mongo://127.0.0.1:27018/pyforge
23
# ming.main.master = mongo://127.0.0.1:27018/pyforge
24
ming.main.master = mim:///pyforge
24
25
25
# Use test SOLR core
26
# Use test SOLR core
26
solr.server = http://localhost:8983/solr/core1
27
solr.server = http://localhost:8983/solr/core1
27
28
28
# Use mock AMQP
29
# Use mock AMQP