Changeset 16721 for main/kofacustom.unidel/trunk/buildout.cfg
- Timestamp:
- 24 Nov 2021, 07:26:21 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/buildout.cfg
r11518 r16721 51 51 # default is 127.0.0.1 52 52 host = 0.0.0.0 53 # default is 8080 54 base_port = 8080 55 56 zeo1_port = 8011 57 zeo2_port = 8012 58 # zeo3_port = 8013 59 server_port = 8010 53 base_port = 7211 54 zeo1_port = 7211 55 zeo2_port = 7212 56 server_port = 7210 60 57 # default 7. Number of pre-opened ZODB threads/client 61 58 pool_size = 7 … … 66 63 # number of preopened paster threads, default 10 67 64 threadpool_workers = 10 68 devel_pkg = kofacustom. skeleton65 devel_pkg = kofacustom.unidel 69 66 70 67 [app] 71 68 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 72 69 recipe = zc.recipe.egg 73 eggs = kofacustom. skeleton[beaker, diazo]70 eggs = kofacustom.unidel [beaker, diazo] 74 71 z3c.evalexception>=2.0 75 72 Paste … … 85 82 # fixed path to zdaemon.conf as argument. 86 83 recipe = zc.recipe.egg 87 eggs = kofacustom. skeleton[beaker, diazo]84 eggs = kofacustom.unidel [beaker, diazo] 88 85 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 89 86 scripts = kofactl=kofactl … … 100 97 [test] 101 98 recipe = zc.recipe.testrunner 102 eggs = kofacustom. skeleton[beaker, test]99 eggs = kofacustom.unidel [beaker, test] 103 100 defaults = ['--tests-pattern', '^f?tests$', '-v'] 104 101 … … 106 103 [i18n] 107 104 recipe = z3c.recipe.i18n:i18n 108 packages = kofacustom. skeleton109 eggs = kofacustom. skeleton110 domain = kofacustom. skeleton111 output = src/kofacustom/ skeleton/locales105 packages = kofacustom.unidel 106 eggs = kofacustom.unidel 107 domain = kofacustom.unidel 108 output = src/kofacustom/unidel/locales 112 109 zcml = 113 110 … … 116 113 [zpasswd] 117 114 recipe = z3c.recipe.dev:script 118 eggs = kofacustom. skeleton115 eggs = kofacustom.unidel 119 116 module = zope.app.server.zpasswd 120 117 method = main … … 184 181 [coverage-detect] 185 182 recipe = zc.recipe.testrunner 186 eggs = kofacustom. skeleton[beaker]183 eggs = kofacustom.unidel[beaker] 187 184 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 188 185 … … 205 202 diazo [wsgi] 206 203 PasteScript 207 kofacustom. skeleton[beaker, diazo]204 kofacustom.unidel [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.