|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
153 |
forgemail.port = 8825
|
153 |
forgemail.port = 8825
|
154 |
forgemail.domain = .in.sf.net
|
154 |
forgemail.domain = .in.sf.net
|
155 |
forgemail.url = http://localhost:8080
|
155 |
forgemail.url = http://localhost:8080
|
156 |
forgemail.return_path = noreply@sf.net
|
156 |
forgemail.return_path = noreply@sf.net
|
157 |
|
157 |
|
|
|
158 |
# Specify the number of projects allowed to be created by a user
|
|
|
159 |
# depending on the age of their user account.
|
|
|
160 |
# Keys are number of seconds, values are max number of projects allowed
|
|
|
161 |
# (including the default user-project, so you probably want to add 1)
|
|
|
162 |
# This example allows for 1 project if the account is less than an hour old
|
|
|
163 |
# and 5 projects if the account is less than a day old. No limits after that
|
|
|
164 |
# project.rate_limits = {"3600": 2, "86400": 6}
|
|
|
165 |
|
158 |
# Special Command settings
|
166 |
# Special Command settings
|
159 |
# no need to sleep in devel
|
167 |
# no need to sleep in devel
|
160 |
ensure_index.sleep = 0
|
168 |
ensure_index.sleep = 0
|
161 |
|
169 |
|
162 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
170 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|