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 | load_test_data = true
|
23 | cache_test_data = true |
||
23 | static_root = /static/ |
24 | static_root = /static/ |
24 | 25 | ||
25 | [app:main_without_authn] |
26 | [app:main_without_authn] |
26 | use = main |
27 | use = main |
27 | skip_authentication = True |
28 | skip_authentication = True |