[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.10
Chris McDonough
chrism@zope.com
Sat, 2 Aug 2003 14:21:31 -0400
Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv14578/etc
Modified Files:
zope.conf.in
Log Message:
Added example for temporarystorage.
=== Zope/skel/etc/zope.conf.in 1.9 => 1.10 ===
--- Zope/skel/etc/zope.conf.in:1.9 Mon Jul 21 11:11:14 2003
+++ Zope/skel/etc/zope.conf.in Sat Aug 2 14:21:27 2003
@@ -745,7 +745,7 @@
# used for the main storage, and a TemporaryStorage is used for
# the mounted storage which backs the '/temp_folder'.
#
-# Example:
+# Examples:
#
# <zodb_db main>
# <filestorage>
@@ -756,4 +756,12 @@
# pool-size 7
# version-pool-size 3
# version-cache-size 100
+# </zodb_db>
+#
+# <zodb_db temporary>
+# <temporarystorage>
+# name sessions
+# </temporarystorage>
+# mount-point /temp_folder
+# container-class Products.TemporaryFolder.TemporaryContainer
# </zodb_db>