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
25
24
26
# Use test SOLR core
25
# Use test SOLR core
27
solr.server = http://localhost:8983/solr/core1
26
solr.server = http://localhost:8983/solr/core1
28
27
29
# Use mock AMQP
28
# Use mock AMQP
30
amqp.mock = true
29
amqp.mock = true
31
30
32
load_test_data = true
31
load_test_data = true
33
cache_test_data = false
32
cache_test_data = false
34
static_root = /static/
33
static_root = /nf/
35
34
36
[app:main_without_authn]
35
[app:main_without_authn]
37
use = main
36
use = main
38
skip_authentication = True
37
skip_authentication = True
39
38