Changeset 10939 for main/waeup.kofa/branches
- Timestamp:
- 17 Jan 2014, 13:25:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/buildout-diazo.cfg
r10938 r10939 49 49 bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3 path=layout/ 50 50 51 52 [kofa_params]53 ## Basic parameters for deployment.54 # default is 127.0.0.155 host = 0.0.0.056 # default is 808057 base_port = 808058 zeo1_port = 808059 zeo2_port = 808160 zeo3_port = 808261 server_port = 810062 # default 7. Number of pre-opened ZODB threads/client63 pool_size = 764 # default 20MB. Cache size of each client (ZEO only)65 client_cache = 20MB66 # default 5000. Number of objects cached.67 object_cache = 500068 # number of preopened paster threads, default 1069 threadpool_workers = 1070 # package to be developed71 devel_pkg = waeup.kofa72 73 74 51 [lxml] 75 52 recipe = z3c.recipe.staticlxml … … 118 95 119 96 120 [mkdirs]121 recipe = z3c.recipe.mkdir122 paths =123 ${zope_conf:filestorage}124 ${zope_conf:logfiles}125 ${zope_conf:blobstorage}126 ${buildout:directory}/var/mailqueue/cur127 ${buildout:directory}/var/mailqueue/tmp128 ${buildout:directory}/var/mailqueue/new129 ${buildout:directory}/var/datacenter/media130 ${buildout:directory}/parts/test/datacenter131 132 133 [zdaemon_conf]134 recipe = collective.recipe.template135 input = etc/zdaemon.conf.in136 output = ${buildout:parts-directory}/etc/zdaemon.conf137 138 97 [raw_debug_ini] 139 98 recipe = collective.recipe.template
Note: See TracChangeset for help on using the changeset viewer.