Switch to unified view
a/pyforge/test.ini | b/pyforge/test.ini | ||
---|---|---|---|
... |
... |
||
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 | load_test_data = false |
23 | static_root = /static/ |
||
23 | 24 | ||
24 | [app:main_without_authn] |
25 | [app:main_without_authn] |
25 | use = main |
26 | use = main |
26 | skip_authentication = True |
27 | skip_authentication = True |
27 | 28 |