[Zope3-checkins] SVN: Zope3/trunk/zope.conf.in Add names to zodb and server definitions.

Jim Fulton jim at zope.com
Sat Jun 4 09:00:46 EDT 2005


Log message for revision 30644:
  Add names to zodb and server definitions.
  

Changed:
  U   Zope3/trunk/zope.conf.in

-=-
Modified: Zope3/trunk/zope.conf.in
===================================================================
--- Zope3/trunk/zope.conf.in	2005-06-04 13:00:44 UTC (rev 30643)
+++ Zope3/trunk/zope.conf.in	2005-06-04 13:00:46 UTC (rev 30644)
@@ -5,7 +5,7 @@
 # interruptions (SIGINTR, thread switches):
 interrupt-check-interval 200
 
-<server>
+<server http>
   type HTTP
   address 8080
 </server>
@@ -13,18 +13,18 @@
 # For debugging purposes, you can use this publisher instead/as well
 # (obviously if it's as well, use a different port number). If there's
 # an exception, Zope will drop into pdb at the point of the exception.
-#<server>
+#<server dbhttp>
 #  type PostmortemDebuggingHTTP
 #  address 8080
 #</server>
 
-<server>
+<server ftp>
   type FTP
   address 8021
 </server>
 
 # Standard Filestorage
-<zodb>
+<zodb main>
   <filestorage>
     path Data.fs
   </filestorage>



More information about the Zope3-Checkins mailing list