[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.6.2.2
Chris McDonough
chrism@zope.com
Sat, 2 Aug 2003 14:22:04 -0400
Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv14685
Modified Files:
Tag: Zope-2_7-branch
zope.conf.in
Log Message:
Add example for temporary storage.
=== Zope/skel/etc/zope.conf.in 1.6.2.1 => 1.6.2.2 ===
--- Zope/skel/etc/zope.conf.in:1.6.2.1 Mon Jul 21 12:38:45 2003
+++ Zope/skel/etc/zope.conf.in Sat Aug 2 14:21:59 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>