Explorar el Código

Uses 127.0.0.1 for calendar server.

Adrien Panay hace 7 años
padre
commit
b8cfb8a8be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/tracim/config/app_cfg.py

+ 1 - 1
tracim/tracim/config/app_cfg.py Ver fichero

@@ -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',