[CalendarServer-changes] [10137] CalendarServer/trunk/conf/caldavd-test.plist

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 7 12:05:11 PST 2012


Revision: 10137
          http://trac.calendarserver.org//changeset/10137
Author:   cdaboo at apple.com
Date:     2012-12-07 12:05:11 -0800 (Fri, 07 Dec 2012)
Log Message:
-----------
Enable standard timezone service for tests.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2012-12-07 19:20:46 UTC (rev 10136)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2012-12-07 20:05:11 UTC (rev 10137)
@@ -909,6 +909,28 @@
     <key>EnableTimezoneService</key>
     <true/>
 
+    <!-- Standard Timezone Service -->
+    <key>TimezoneService</key>
+    <dict>
+    	<key>Enabled</key>
+    	<true/>
+    	<key>Mode</key>
+    	<string>primary</string>
+    	<key>BasePath</key>
+    	<string></string>
+    	<key>XMLInfoPath</key>
+    	<string></string>
+    	<key>SecondaryService</key>
+    	<dict>
+    		<key>Host</key>
+    		<string></string>
+    		<key>URI</key>
+    		<string></string>
+    		<key>UpdateIntervalMinutes</key>
+    		<integer>1440</integer>
+    	</dict>
+    </dict>
+
     <!-- Batch Upload via POST -->
     <key>EnableBatchUpload</key>
     <true/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121207/a1fd293a/attachment.html>


More information about the calendarserver-changes mailing list