Switch to unified view

a/Allura/allura/config/deployment.ini b/Allura/allura/config/deployment.ini
...
...
16
use = egg:Paste#http
16
use = egg:Paste#http
17
host = 0.0.0.0
17
host = 0.0.0.0
18
port = 8080
18
port = 8080
19
19
20
[app:main]
20
[app:main]
21
use = egg:allura
21
use = egg:Allura
22
full_stack = true
22
full_stack = true
23
cache_dir = %(here)s/data
23
cache_dir = %(here)s/data
24
beaker.session.key = allura
24
beaker.session.key = allura
25
beaker.session.secret = ${app_instance_secret}
25
beaker.session.secret = ${app_instance_secret}
26
app_instance_uuid = ${app_instance_uuid}
26
app_instance_uuid = ${app_instance_uuid}