Browse Source

add comment

Bastien Sevajol (Algoo) 8 years ago
parent
commit
86a9a57a45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tracim/tracim/config/app_cfg.py

+ 1 - 0
tracim/tracim/config/app_cfg.py View File

@@ -204,6 +204,7 @@ class CFG(object):
204 204
 
205 205
         self.RADICALE_SERVER_HOST = '0.0.0.0'
206 206
         self.RADICALE_SERVER_PORT = 5232
207
+        # Note: Other parameters needed to work in SSL (cert file, etc)
207 208
         self.RADICALE_SERVER_SSL = False
208 209
 
209 210
         self.RADICALE_CLIENT_HOST = None  # If None, current host will be used