Browse Source

Various fixes for apache mod_wsgi run

guillaume chanaud 7 years ago
parent
commit
ed9cae5514
1 changed files with 6 additions and 6 deletions
  1. 6 6
      tracim/development.ini.base

+ 6 - 6
tracim/development.ini.base View File

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