|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
85 |
# Forgemail server
|
85 |
# Forgemail server
|
86 |
forgemail.host = 0.0.0.0
|
86 |
forgemail.host = 0.0.0.0
|
87 |
forgemail.port = 8825
|
87 |
forgemail.port = 8825
|
88 |
forgemail.domain = .in.sf.net
|
88 |
forgemail.domain = .in.sf.net
|
89 |
forgemail.url = http://localhost:8080
|
89 |
forgemail.url = http://localhost:8080
|
|
|
90 |
|
|
|
91 |
# Special Command settings
|
|
|
92 |
ensure_index.sleep = 0 # no need to sleep in devel
|
90 |
|
93 |
|
91 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
94 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
92 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
95 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
93 |
# here:
|
96 |
# here:
|
94 |
#beaker.cache.data_dir = %(here)s/data/cache
|
97 |
#beaker.cache.data_dir = %(here)s/data/cache
|