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