# 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:7030
storage 1
# ZEO client cache, in bytes
cache-size 20MB
# Uncomment to have a persistent disk cache
client ${zope_conf_zeo_1:filestorage}/zeo1
# Uncomment this if you want to run a ZEO server instead:
#
# # required; 'host:port' for TCP/IP, path to a socket file for UDP
# address localhost:8090
#
# # optional; 'address' remarks apply
# #monitor-address localhost:8091
#
# # optional; keep queue of last N transactions. Speeds up client cache verif.
# #invalidation-queue-size 10
#
# # optional; is this a read-only instance? true or false
# #read-only false
#
# # optional; seconds to wait for client to commit after acquiring lock
# #transaction-timeout 20
#
# # optional; authentication protocol. With ZEO only 'digest' supported
# #authentication-protocol digest
#
# # optional; Path of the database containing authentication credentials.
# #authentication-database
#
# # optional; the authentication realm of server
# #authentication-realm myrealm
#
server localhost:7030
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}/zeo1_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}