Switch to unified view

a/HelloForge/sandbox-test.ini b/HelloForge/sandbox-test.ini
...
...
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 = egg:pyforge#plugin_test
19
use = egg:pyforge#tool_test
20
full_stack = true
20
full_stack = true
21
load_test_data = true
21
load_test_data = true
22
cache_test_data = true
22
cache_test_data = true
23
23
24
24