|
a/ForgeTracker/sandbox-test.ini |
|
b/ForgeTracker/sandbox-test.ini |
1 |
#
|
1 |
#
|
2 |
# pyforge - TurboGears 2 testing environment configuration
|
2 |
# allura - TurboGears 2 testing environment configuration
|
3 |
#
|
3 |
#
|
4 |
# The %(here)s variable will be replaced with the parent directory of this file
|
4 |
# The %(here)s variable will be replaced with the parent directory of this file
|
5 |
#
|
5 |
#
|
6 |
[DEFAULT]
|
6 |
[DEFAULT]
|
7 |
debug = true
|
7 |
debug = true
|
|
... |
|
... |
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:../pyforge/sandbox-test.ini
|
19 |
use = config:../Allura/sandbox-test.ini
|
20 |
|
20 |
|
21 |
[app:main_without_authn]
|
21 |
[app:main_without_authn]
|
22 |
use = config:../pyforge/sandbox-test.ini#main_without_authn
|
22 |
use = config:../Allura/sandbox-test.ini#main_without_authn
|
23 |
|
23 |
|
24 |
[app:main_with_amqp]
|
24 |
[app:main_with_amqp]
|
25 |
use = config:../pyforge/sandbox-test.ini#main_with_amqp
|
25 |
use = config:../Allura/sandbox-test.ini#main_with_amqp
|
26 |
|
26 |
|
27 |
[loggers]
|
27 |
[loggers]
|
28 |
keys = root
|
28 |
keys = root
|
29 |
|
29 |
|
30 |
[handlers]
|
30 |
[handlers]
|