Browse Source

replace missing env param for webdav

Guénaël Muller 5 years ago
parent
commit
c3b6000759
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backend/README.md

+ 1 - 0
backend/README.md View File

@@ -137,6 +137,7 @@ and :
137 137
     module = wsgi.webdav:application
138 138
     home = <PATH>/tracim_v2/backend/env/
139 139
     env = TRACIM_CONF_PATH=<PATH>/tracim_v2/backend/development.ini
140
+    env = TRACIM_WEBDAV_CONF_PATH=<PATH>/tracim_v2/backend/wsgidav.conf
140 141
 
141 142
 You can then run the process this way :
142 143