[Checkins] SVN: grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl Add a (commented) blob-storage example in zope.conf.in template.

Uli Fouquet uli at gnufix.de
Sun Aug 16 08:24:34 EDT 2009


Log message for revision 102850:
  Add a (commented) blob-storage example in zope.conf.in template.
  

Changed:
  U   grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl	2009-08-16 11:44:16 UTC (rev 102849)
+++ grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl	2009-08-16 12:24:33 UTC (rev 102850)
@@ -16,6 +16,16 @@
 #    # Uncomment to have a persistent disk cache
 #    #client zeo1
 #  </zeoclient>
+
+# Uncomment this if you want to enable a blob storage (and comment out
+# standard filestorage above):
+#  <blobstorage>
+#    <filestorage>
+#      path $${data:path}
+#    </filestorage>
+#    blob-dir = $${data:path}/blobs
+#  </blobstorage>
+
 </zodb>
 
 <eventlog>



More information about the Checkins mailing list