Changeset 17596 for main/waeup.uniben
- Timestamp:
- 25 Sep 2023, 20:36:53 (14 months ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/buildout-zeo.cfg
r17315 r17596 19 19 zeo1_ini 20 20 zeo2_ini 21 zeo3_ini 21 22 coverage-detect 22 23 coverage-report … … 33 34 zope_conf_zeo_1 34 35 zope_conf_zeo_2 36 zope_conf_zeo_3 35 37 zeo1_ini 36 38 zeo2_ini 39 zeo3_ini 37 40 zeo1_conf 38 41 zeo2_conf 42 zeo3_conf 39 43 zeo_client1 40 44 zeo_client2 45 zeo_client3 41 46 42 47 [zeo_server] … … 93 98 # 'extra' is copied verbatim. Use it for product config sections and so. 94 99 100 [zope_conf_zeo_3] 101 recipe = collective.recipe.template 102 input = etc/zope_zeo3.conf.in 103 output = ${buildout:parts-directory}/etc/zope_zeo3.conf 104 filestorage = ${buildout:directory}/var/filestorage 105 blobstorage = ${buildout:directory}/var/blobstorage 106 logfiles = ${buildout:directory}/var/log 107 extra = 108 # extra = <grokwarnings>True</grokwarnings> 109 # 'extra' is copied verbatim. Use it for product config sections and so. 110 95 111 [zeo1_ini] 96 112 recipe = collective.recipe.template … … 102 118 input = etc/themed/zeo2.ini.in 103 119 output = ${buildout:parts-directory}/etc/themed-zeo2.ini 120 121 [zeo3_ini] 122 recipe = collective.recipe.template 123 input = etc/themed/zeo3.ini.in 124 output = ${buildout:parts-directory}/etc/themed-zeo3.ini 104 125 105 126 [zeo1_conf] … … 113 134 output = ${buildout:parts-directory}/etc/zeo2.conf 114 135 136 [zeo3_conf] 137 recipe = collective.recipe.template 138 input = etc/zeo3.conf.in 139 output = ${buildout:parts-directory}/etc/zeo3.conf 115 140 116 141 [zeo_client1] … … 128 153 scripts = kofactl=zeo_client2 129 154 155 [zeo_client3] 156 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 157 recipe = zc.recipe.egg 158 eggs = waeup.uniben [beaker, diazo] 159 arguments = "${buildout:parts-directory}/etc/zeo3.conf" 160 scripts = kofactl=zeo_client3
Note: See TracChangeset for help on using the changeset viewer.