[CalendarServer-changes] [1054] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 16 14:46:58 PST 2007


Revision: 1054
          http://trac.macosforge.org/projects/calendarserver/changeset/1054
Author:   wsanchez at apple.com
Date:     2007-01-16 14:46:58 -0800 (Tue, 16 Jan 2007)

Log Message:
-----------
Bind to all addresses by default.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2007-01-16 21:47:35 UTC (rev 1053)
+++ CalendarServer/trunk/twistedcaldav/config.py	2007-01-16 22:46:58 UTC (rev 1054)
@@ -23,7 +23,7 @@
 defaultConfigFile = '/etc/caldavd/caldavd.plist'
 
 defaultConfig = {
-    'BindAddress': ['127.0.0.1'],
+    'BindAddress': [],
     'CalendarUserProxyEnabled': True,
     'DirectoryService': {
         'params': {'node': '/Search'},

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070116/81d67278/attachment.html


More information about the calendarserver-changes mailing list