Revision: 2112 http://trac.macosforge.org/projects/calendarserver/changeset/2112 Author: wsanchez@apple.com Date: 2008-01-23 16:09:04 -0800 (Wed, 23 Jan 2008) Log Message: ----------- Bind to all interfaces so as to confuse fewer people. Modified Paths: -------------- CalendarServer/trunk/conf/caldavd-test.plist Modified: CalendarServer/trunk/conf/caldavd-test.plist =================================================================== --- CalendarServer/trunk/conf/caldavd-test.plist 2008-01-22 22:21:29 UTC (rev 2111) +++ CalendarServer/trunk/conf/caldavd-test.plist 2008-01-24 00:09:04 UTC (rev 2112) @@ -51,9 +51,7 @@ <!-- List of IP addresses to bind to [empty = all] --> <key>BindAddresses</key> - <array> - <string>127.0.0.1</string> - </array> + <array></array> <!-- List of port numbers to bind to for HTTP [empty = same as "Port"] --> <key>BindHTTPPorts</key>