[CalendarServer-changes] [2689] CalendarServer/branches/users/sagen/xmpp/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 11 11:09:52 PDT 2008


Revision: 2689
          http://trac.macosforge.org/projects/calendarserver/changeset/2689
Author:   wsanchez at apple.com
Date:     2008-07-11 11:09:51 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
Put default for Notifications.Enabled back in even though update() will add it since test_config.py needs it.

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/xmpp/twistedcaldav/config.py

Modified: CalendarServer/branches/users/sagen/xmpp/twistedcaldav/config.py
===================================================================
--- CalendarServer/branches/users/sagen/xmpp/twistedcaldav/config.py	2008-07-11 17:59:51 UTC (rev 2688)
+++ CalendarServer/branches/users/sagen/xmpp/twistedcaldav/config.py	2008-07-11 18:09:51 UTC (rev 2689)
@@ -172,6 +172,7 @@
     # Notifications
     #
     "Notifications" : {
+        "Enabled": False,
         "CoalesceSeconds" : 10,
         "InternalNotificationHost" : "localhost",
         "InternalNotificationPort" : 62309,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080711/f1dd1854/attachment.html 


More information about the calendarserver-changes mailing list