Switch to unified view

a/pyforge/test.ini b/pyforge/test.ini
...
...
17
17
18
[app:main]
18
[app:main]
19
use = config:development.ini#plugin_test
19
use = config:development.ini#plugin_test
20
db_prefix = test_
20
db_prefix = test_
21
solr.server = http://localhost:8983/solr
21
solr.server = http://localhost:8983/solr
22
load_test_data = false
22
23
23
[app:main_without_authn]
24
[app:main_without_authn]
24
use = main
25
use = main
25
skip_authentication = True
26
skip_authentication = True
26
27