Switch to unified view

a/Allura/development.ini b/Allura/development.ini
...
...
128
activitystream.node_collection = nodes
128
activitystream.node_collection = nodes
129
activitystream.timeline_collection = timelines
129
activitystream.timeline_collection = timelines
130
activitystream.enabled = false
130
activitystream.enabled = false
131
131
132
# Ming setup
132
# Ming setup
133
# These don't necessarily have to be separate databases, they could
134
# be all in the same database if desired
133
ming.main.uri = mongodb://127.0.0.1:27017/allura
135
ming.main.uri = mongodb://127.0.0.1:27017/allura
134
ming.project.uri = mongodb://127.0.0.1:27017/project-data
136
ming.project.uri = mongodb://127.0.0.1:27017/project-data
137
ming.task.uri = mongodb://127.0.0.1:27017/task
135
ming.zarkov.uri = mongodb://127.0.0.1:27017/zarkov
138
ming.zarkov.uri = mongodb://127.0.0.1:27017/zarkov
136
139
137
# Zarkov host setting, requires the zarkov and gevent libraries.
140
# Zarkov host setting, requires the zarkov and gevent libraries.
138
#zarkov.host = tcp://127.0.0.1:9000
141
#zarkov.host = tcp://127.0.0.1:9000
139
142