Przeglądaj źródła

Uses 127.0.0.1 for calendar server.

Adrien Panay 7 lat temu
rodzic
commit
b8cfb8a8be
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tracim/tracim/config/app_cfg.py

+ 1 - 1
tracim/tracim/config/app_cfg.py Wyświetl plik

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