[Zope-Checkins]
SVN: Zope/branches/blob-integration-test/skel/etc/zope.conf.in
- Made skeleton include hints about blobs
Christian Theune
ct at gocept.com
Mon Feb 27 21:32:23 EST 2006
Log message for revision 65576:
- Made skeleton include hints about blobs
Changed:
U Zope/branches/blob-integration-test/skel/etc/zope.conf.in
-=-
Modified: Zope/branches/blob-integration-test/skel/etc/zope.conf.in
===================================================================
--- Zope/branches/blob-integration-test/skel/etc/zope.conf.in 2006-02-28 02:28:25 UTC (rev 65575)
+++ Zope/branches/blob-integration-test/skel/etc/zope.conf.in 2006-02-28 02:32:22 UTC (rev 65576)
@@ -106,6 +106,7 @@
#
# <environment>
# MY_PRODUCT_ENVVAR foobar
+# ZODB_BLOB_TEMPDIR /tmp
# </environment>
# Directive: debug-mode
@@ -995,6 +996,39 @@
# #client zeo1
# </zeoclient>
# </zodb_db>
+#
+# Blob storage:
+#
+# <zodb_db main>
+# mount-point /
+# # ZODB cache, in number of objects
+# cache-size 5000
+# <blobstorage>
+# blob-dir $INSTANCE/var/blobs
+# <filestorage>
+# path $INSTANCE/var/Data.fs
+# </filestorage>
+# </blobstorage>
+# </zodb_db>
+#
+# ZEO with blobs:
+#
+# <zodb_db main>
+# mount-point /
+# # ZODB cache, in number of objects
+# cache-size 5000
+# <zeoclient>
+# server localhost:8100
+# storage 1
+# name zeostorage
+# var $INSTANCE/var
+# # ZEO client cache, in bytes
+# cache-size 20MB
+# blob-dir $INSTANCE/var/blobs
+# # Uncomment to have a persistent disk cache
+# #client zeo1
+# </zeoclient>
+# </zodb_db>
# Product configuration (product-config) section(s)
#
More information about the Zope-Checkins
mailing list