# Identify the component configuration used to define the site: site-definition ${site_zcml:output} #cache-size # num of concurrent pre-opened ZODB threads; default: 7 pool-size 25 # Standard blob storage # # blob-dir ${zope_conf:blobstorage} # # path ${zope_conf:filestorage}/Data.fs # # # Uncomment this if you want a blob-less standard file storage instead: # # path ${zope_conf:filestorage} # # Uncomment this if you want to connect to a ZEO server instead: server localhost:7020 storage 1 # ZEO client cache, in bytes cache-size 20MB # Uncomment to have a persistent disk cache client ${zope_conf_zeo_3:filestorage}/zeo3 server localhost:7020 storage async name async # ZEO client cache, in bytes cache-size 20MB # Uncomment to have a persistent disk cache client ${zope_conf_zeo_1:filestorage}/zeo1_async # This sets up logging to a file. # The "path" setting can be a relative or absolute # filesystem path. path ${zope_conf:logfiles}/zeo3_z3.log formatter zope.exceptions.log.Formatter # This sets up logging to to standard output. # The "path" setting can be the tokens STDOUT or STDERR # # path STDOUT # formatter zope.exceptions.log.Formatter # # Comment this line to disable developer mode. This should be done in # production #devmode on # Extra configuration lines can be added to zope_conf's extra option. Put for # instance productconf sections in here. ${zope_conf:extra}