Changeset 17697 for main/waeup.aaue/trunk/buildout-zeo.cfg
- Timestamp:
- 8 Feb 2024, 10:44:45 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/buildout-zeo.cfg
r17317 r17697 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 … … 103 119 output = ${buildout:parts-directory}/etc/themed-zeo2.ini 104 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 125 105 126 [zeo1_conf] 106 127 recipe = collective.recipe.template … … 112 133 input = etc/zeo2.conf.in 113 134 output = ${buildout:parts-directory}/etc/zeo2.conf 135 136 [zeo3_conf] 137 recipe = collective.recipe.template 138 input = etc/zeo3.conf.in 139 output = ${buildout:parts-directory}/etc/zeo3.conf 114 140 115 141 … … 128 154 scripts = kofactl=zeo_client2 129 155 156 [zeo_client3] 157 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 158 recipe = zc.recipe.egg 159 eggs = waeup.aaue [beaker, diazo] 160 arguments = "${buildout:parts-directory}/etc/zeo3.conf" 161 scripts = kofactl=zeo_client3 162
Note: See TracChangeset for help on using the changeset viewer.