|
@@ -34,8 +34,13 @@ use = egg:tracim
|
34
|
34
|
full_stack = true
|
35
|
35
|
# You can set french as default language by uncommenting next line
|
36
|
36
|
# lang = fr
|
|
37
|
+
|
37
|
38
|
cache_dir = %(here)s/data/cache
|
|
39
|
+# preview generator cache directory
|
38
|
40
|
preview_cache_dir = %(here)s/data/cache/preview/
|
|
41
|
+# file depot storage directory
|
|
42
|
+depot_storage_dir = %(here)s/data/depot/
|
|
43
|
+
|
39
|
44
|
beaker.session.key = tracim
|
40
|
45
|
beaker.session.secret = 3283411b-1904-4554-b0e1-883863b53080
|
41
|
46
|
|
|
@@ -176,7 +181,7 @@ website.treeview.content = all
|
176
|
181
|
website.base_url = http://127.0.0.1:8080
|
177
|
182
|
# If config not provided, it will be extracted from website.base_url
|
178
|
183
|
website.server_name = 127.0.0.1
|
179
|
|
-
|
|
184
|
+
|
180
|
185
|
email.notification.activated = False
|
181
|
186
|
email.notification.from.email = noreply@trac.im
|
182
|
187
|
email.notification.from.default_label = Tracim Notifications
|
|
@@ -222,9 +227,6 @@ wsgidav.config_path = wsgidav.conf
|
222
|
227
|
## Do not set http:// prefix.
|
223
|
228
|
# wsgidav.client.base_url = 127.0.0.1:<WSGIDAV_PORT>
|
224
|
229
|
|
225
|
|
-## DEPOT
|
226
|
|
-depot_storage_path = %(here)s/data/depot/
|
227
|
|
-
|
228
|
230
|
#####
|
229
|
231
|
#
|
230
|
232
|
# All configuration below is about logging.
|