Browse Source

Uses 127.0.0.1 for calendar server.

Adrien Panay 7 years ago
parent
commit
b8cfb8a8be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/config/app_cfg.py

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

@@ -351,7 +351,7 @@ class CFG(object):
351 351
 
352 352
         self.RADICALE_SERVER_HOST = tg.config.get(
353 353
             'radicale.server.host',
354
-            '0.0.0.0',
354
+            '127.0.0.1',
355 355
         )
356 356
         self.RADICALE_SERVER_PORT = int(tg.config.get(
357 357
             'radicale.server.port',