Kaynağa Gözat

Uses 127.0.0.1 for calendar server.

Adrien Panay 7 yıl önce
ebeveyn
işleme
b8cfb8a8be
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tracim/tracim/config/app_cfg.py

+ 1 - 1
tracim/tracim/config/app_cfg.py Dosyayı Görüntüle

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