浏览代码

Uses 127.0.0.1 for calendar server.

Adrien Panay 8 年前
父节点
当前提交
b8cfb8a8be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tracim/tracim/config/app_cfg.py

+ 1 - 1
tracim/tracim/config/app_cfg.py 查看文件

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