# Identify the component configuration used to define the site:
site-definition ${site_zcml:output}
# 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: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 a file.
# The "path" setting can be a relative or absolute
# filesystem path.
path ${zope_conf:logfiles}/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}