Switch to unified view

a/pyforge/test.ini b/pyforge/test.ini
...
...
16
port = 5000
16
port = 5000
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
22
22
[app:main_without_authn]
23
[app:main_without_authn]
23
use = main
24
use = main
24
skip_authentication = True
25
skip_authentication = True
25
26