Switch to unified view

a/ForgeLink/test.ini b/ForgeLink/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
...
...
15
use = egg:Paste#http
15
use = egg:Paste#http
16
host = 0.0.0.0
16
host = 0.0.0.0
17
port = 5000
17
port = 5000
18
18
19
[app:main]
19
[app:main]
20
use = config:../pyforge/test.ini
20
use = config:../Allura/test.ini
21
21
22
[app:main_without_authn]
22
[app:main_without_authn]
23
use = config:../pyforge/test.ini#main_without_authn
23
use = config:../Allura/test.ini#main_without_authn
24
24
25
[app:main_with_amqp]
25
[app:main_with_amqp]
26
use = config:../pyforge/test.ini#main_with_amqp
26
use = config:../Allura/test.ini#main_with_amqp
27
27
28
[loggers]
28
[loggers]
29
keys = root
29
keys = root
30
30
31
[handlers]
31
[handlers]