Switch to unified view

a/pyforge/test.ini b/pyforge/test.ini
...
...
29
# Use mock AMQP
29
# Use mock AMQP
30
amqp.mock = true
30
amqp.mock = true
31
31
32
load_test_data = true
32
load_test_data = true
33
cache_test_data = false
33
cache_test_data = false
34
static_root = /nf/
34
35
# Set the locations of some static resources
36
#  script_name is the path that is handled by the application
37
#  url_base is the prefix that references to the static resources should have
38
ew.script_name = /nf/_ew_/
39
ew.url_base = /nf/_ew_/
40
static.script_name = /nf/_static_/
41
static.url_base = /nf/_static_/
42
35
stats.sample_rate=0
43
stats.sample_rate=0
36
44
37
[app:main_without_authn]
45
[app:main_without_authn]
38
use = main
46
use = main
39
skip_authentication = True
47
skip_authentication = True