[CalendarServer-changes] [7363] CalendarServer/trunk/conf

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 27 10:33:03 PDT 2011


Revision: 7363
          http://trac.macosforge.org/projects/calendarserver/changeset/7363
Author:   wsanchez at apple.com
Date:     2011-04-27 10:33:02 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
Conf cleanup

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

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2011-04-27 15:42:51 UTC (rev 7362)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2011-04-27 17:33:02 UTC (rev 7363)
@@ -171,21 +171,6 @@
         A variety of directory services are available for use.
       -->
 
-    <!-- XML File Directory Service -->
-    <!--
-    <key>DirectoryService</key>
-    <dict>
-      <key>type</key>
-      <string>twistedcaldav.directory.xmlfile.XMLDirectoryService</string>
-      
-      <key>params</key>
-      <dict>
-        <key>xmlFile</key>
-        <string>accounts.xml</string>
-      </dict>
-    </dict>
-    -->
-    
     <!-- Open Directory Service (Mac OS X) -->
     <key>DirectoryService</key>
     <dict>

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2011-04-27 15:42:51 UTC (rev 7362)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2011-04-27 17:33:02 UTC (rev 7363)
@@ -94,6 +94,14 @@
     <key>ServerRoot</key>
     <string>./data</string>
 
+    <!-- Database connection -->
+    <!--
+    <key>DBType</key>
+    <string>postgres</string>
+    <key>DSN</key>
+    <string>:caldav:caldav:::</string>
+     -->
+
     <!-- Data root -->
     <key>DataRoot</key>
     <string>Data</string>

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2011-04-27 15:42:51 UTC (rev 7362)
+++ CalendarServer/trunk/conf/caldavd.plist	2011-04-27 17:33:02 UTC (rev 7363)
@@ -80,6 +80,14 @@
     <key>ServerRoot</key>
     <string>/var/db/caldavd</string>
 
+    <!-- Database connection -->
+    <!--
+    <key>DBType</key>
+    <string>postgres</string>
+    <key>DSN</key>
+    <string>:caldav:caldav:::</string>
+     -->
+
     <!-- Data root -->
     <key>DataRoot</key>
     <string>Data</string>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110427/cb0a417d/attachment-0001.html>


More information about the calendarserver-changes mailing list