[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.5

Chris McDonough chrism@zope.com
Tue, 8 Apr 2003 13:56:12 -0400


Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv29720/skel/etc

Modified Files:
	zope.conf.in 
Log Message:
Wire up ZODB database configuration via configuration file.


=== Zope/skel/etc/zope.conf.in 1.4 => 1.5 ===
--- Zope/skel/etc/zope.conf.in:1.4	Fri Mar 21 15:35:38 2003
+++ Zope/skel/etc/zope.conf.in	Tue Apr  8 13:56:11 2003
@@ -705,11 +705,11 @@
 #     port-base 1000
 
 
-# Database section
+# Database (zodb_db) section
 #
 # Description:
 #     A database section allows the definition of custom database and
-#     storage types.  The standard 
+#     storage types.
 #
 # Influences: Zope configuration
 #
@@ -719,12 +719,13 @@
 #
 # Example:
 #
-# <zodb>
+# <zodb_db>
 #    <filestorage>
 #      path $INSTANCE/var/Data.fs
 #    </filestorage>
+#    mount-point /
 #    cache-size                     5000
 #    pool-size                      7
 #    version-pool-size              3
 #    version-cache-size             100
-# </zodb>
+# </zodb_db>