Switch to unified view

a/pyforge/test.ini b/pyforge/test.ini
...
...
14
use = egg:Paste#http
14
use = egg:Paste#http
15
host = 0.0.0.0
15
host = 0.0.0.0
16
port = 5000
16
port = 5000
17
17
18
[app:main]
18
[app:main]
19
use = config:development.ini
19
use = config:development.ini#plugin_test
20
db_prefix = test_
20
21
21
[app:main_without_authn]
22
[app:main_without_authn]
22
use = main
23
use = main
23
skip_authentication = True
24
skip_authentication = True
24
25