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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 29 10:52:33 PDT 2008


Revision: 2511
          http://trac.macosforge.org/projects/calendarserver/changeset/2511
Author:   dreid at apple.com
Date:     2008-05-29 10:52:28 -0700 (Thu, 29 May 2008)

Log Message:
-----------
Configure Memcached in the test plist.

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

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2008-05-28 14:48:12 UTC (rev 2510)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2008-05-29 17:52:28 UTC (rev 2511)
@@ -389,5 +389,20 @@
   <key>ResponseCompression</key>
   <false/>
 
+  <!-- Support for Memcached -->
+  <key>Memcached</key>
+  <dict>
+    <key>ServerEnabled</key>
+    <true/>
+    <key>ClientEnabled</key>
+    <true/>
+    <key>memcached</key>
+    <string>../memcached-1.2.5/_root/bin/memcached</string>
+    <key>Options</key>
+    <array>
+      <string>-vv</string>
+    </array>
+  </dict>
+
 </dict>
 </plist>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080529/32907607/attachment-0001.htm 


More information about the calendarserver-changes mailing list