Switch to unified view

a/Allura/development.ini b/Allura/development.ini
...
...
210
beaker.session.type = cookie
210
beaker.session.type = cookie
211
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
211
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
212
beaker.session.validate_key = 714bfe3612c42390726f
212
beaker.session.validate_key = 714bfe3612c42390726f
213
213
214
# Ming setup
214
# Ming setup
215
ming.main.master = mongo://127.0.0.1:27017/allura:test
215
ming.main.uri = mongo://127.0.0.1:27017/allura:test
216
216
217
sqlalchemy.url = sqlite:///%(here)s/devdata.db
217
sqlalchemy.url = sqlite:///%(here)s/devdata.db
218
#echo shouldn't be used together with the logging module.
218
#echo shouldn't be used together with the logging module.
219
sqlalchemy.echo = false
219
sqlalchemy.echo = false
220
sqlalchemy.echo_pool = false
220
sqlalchemy.echo_pool = false