[CalendarServer-changes] [11571] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 31 13:35:24 PDT 2013


Revision: 11571
          http://trac.calendarserver.org//changeset/11571
Author:   gaya at apple.com
Date:     2013-07-31 13:35:24 -0700 (Wed, 31 Jul 2013)
Log Message:
-----------
set Config.Sharing.AddressBooks.Enabled False

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2013-07-31 20:32:13 UTC (rev 11570)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2013-07-31 20:35:24 UTC (rev 11571)
@@ -578,7 +578,7 @@
             "Enabled"         : True, # Calendar on/off switch
         },
         "AddressBooks" : {
-            "Enabled"         : True, # Address Books on/off switch
+            "Enabled"         : False, # Address Books on/off switch
         }
     },
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130731/6d66b84c/attachment.html>


More information about the calendarserver-changes mailing list