Switch to unified view

a/Allura/development.ini b/Allura/development.ini
...
...
124
scm.repos.tarball.root = /usr/share/nginx/www/
124
scm.repos.tarball.root = /usr/share/nginx/www/
125
scm.repos.tarball.url_prefix = http://localhost/
125
scm.repos.tarball.url_prefix = http://localhost/
126
126
127
trovecategories.enableediting = true
127
trovecategories.enableediting = true
128
128
129
# If set to false, the stats of the user are not
130
# updated and they are not shown to users.
131
# Note: the name of the parameter has to be the same
132
#       of the entry point, followed by .enable
133
userstats.enable = true
134
135
# ActivityStream
129
# ActivityStream
136
activitystream.master = mongodb://127.0.0.1:27017
130
activitystream.master = mongodb://127.0.0.1:27017
137
activitystream.database = activitystream
131
activitystream.database = activitystream
138
activitystream.activity_collection = activities
132
activitystream.activity_collection = activities
139
activitystream.node_collection = nodes
133
activitystream.node_collection = nodes