Switch to unified view

a/Allura/development.ini b/Allura/development.ini
...
...
19
19
20
[server:main]
20
[server:main]
21
use = egg:Paste#http
21
use = egg:Paste#http
22
host = 0.0.0.0 
22
host = 0.0.0.0 
23
port = 8080
23
port = 8080
24
25
[filter-app:profile]
26
use=egg:keas.profile#profiler
27
next=main
24
28
25
[app:main]
29
[app:main]
26
use = egg:Allura
30
use = egg:Allura
27
full_stack = true
31
full_stack = true
28
use_queue = true
32
use_queue = true