# Identify the component configuration used to define the site: site-definition site.zcml # Wrap standard FileStorage with BlobStorage proxy to get ZODB blobs # support. # This won't be needed with ZODB 3.9, as its FileStorage supports # blobs by itself. If you use ZODB 3.9, remove the proxy and specify # the blob-dir parameter right in in filestorage, just after path. blob-dir var/blobs path var/Data.fs # Uncomment this if you want to connect to a ZEO server instead: # # server localhost:8100 # storage 1 # # ZEO client cache, in bytes # cache-size 20MB # # Uncomment to have a persistent disk cache # #client zeo1 # # This sets up logging to both a file and to standard output (STDOUT). # The "path" setting can be a relative or absolute filesystem path or # the tokens STDOUT or STDERR. path log/z3.log formatter zope.exceptions.log.Formatter path STDOUT formatter zope.exceptions.log.Formatter # Comment this line to disable developer mode. This should be done in # production devmode on