Bladeren bron

Various fixes for apache mod_wsgi run

guillaume chanaud 7 jaren geleden
bovenliggende
commit
ed9cae5514
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      tracim/development.ini.base

+ 6 - 6
tracim/development.ini.base Bestand weergeven

@@ -36,7 +36,7 @@ full_stack = true
36 36
 # i18n.lang = fr
37 37
 
38 38
 cache_dir = %(here)s/data
39
-# preview generator cache directory
39
+# preview generator cache directory
40 40
 preview_cache_dir = /tmp/tracim/preview/
41 41
 # file depot storage
42 42
 depot_storage_name = tracim
@@ -189,10 +189,10 @@ email.notification.activated = False
189 189
 # notifications generated by a user or another one
190 190
 email.notification.from.email = noreply+{user_id}@trac.im
191 191
 email.notification.from.default_label = Tracim Notifications
192
-email.notification.content_update.template.html = ./tracim/templates/mail/content_update_body_html.mak
193
-email.notification.content_update.template.text = ./tracim/templates/mail/content_update_body_text.mak
194
-email.notification.created_account.template.html = ./tracim/templates/mail/created_account_body_html.mak
195
-email.notification.created_account.template.text = ./tracim/templates/mail/created_account_body_text.mak
192
+email.notification.content_update.template.html = %(here)s/tracim/templates/mail/content_update_body_html.mak
193
+email.notification.content_update.template.text = %(here)s/tracim/templates/mail/content_update_body_text.mak
194
+email.notification.created_account.template.html = %(here)s/tracim/templates/mail/created_account_body_html.mak
195
+email.notification.created_account.template.text = %(here)s/tracim/templates/mail/created_account_body_text.mak
196 196
 # Note: items between { and } are variable names. Do not remove / rename them
197 197
 email.notification.content_update.subject = [{website_title}] [{workspace_label}] {content_label} ({content_status_label})
198 198
 email.notification.created_account.subject = [{website_title}] Created account
@@ -225,7 +225,7 @@ radicale.server.filesystem.folder = %(here)s/radicale/collections/
225 225
 # radicale.client.base_url.prefix = /
226 226
 
227 227
 ## WSGIDAV
228
-wsgidav.config_path = wsgidav.conf
228
+wsgidav.config_path = %(here)s/wsgidav.conf
229 229
 ## url can be extended like 127.0.0.1/webdav
230 230
 ## in this case, you have to create your own proxy behind this url.
231 231
 ## Do not set http:// prefix.