Changeset 17991 for main/kofacustom.schoolcash/trunk/buildout.cfg
- Timestamp:
- 17 Jan 2025, 03:58:56 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/buildout.cfg
r11518 r17991 52 52 host = 0.0.0.0 53 53 # default is 8080 54 base_port = 808055 56 zeo1_port = 801157 zeo2_port = 801254 base_port = 7240 55 56 #zeo1_port = 8011 57 #zeo2_port = 8012 58 58 # zeo3_port = 8013 59 server_port = 801059 #server_port = 8010 60 60 # default 7. Number of pre-opened ZODB threads/client 61 61 pool_size = 7 … … 66 66 # number of preopened paster threads, default 10 67 67 threadpool_workers = 10 68 devel_pkg = kofacustom.s keleton68 devel_pkg = kofacustom.schoolcash 69 69 70 70 [app] 71 71 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 72 72 recipe = zc.recipe.egg 73 eggs = kofacustom.s keleton[beaker, diazo]73 eggs = kofacustom.schoolcash [beaker, diazo] 74 74 z3c.evalexception>=2.0 75 75 Paste … … 85 85 # fixed path to zdaemon.conf as argument. 86 86 recipe = zc.recipe.egg 87 eggs = kofacustom.s keleton[beaker, diazo]87 eggs = kofacustom.schoolcash [beaker, diazo] 88 88 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 89 89 scripts = kofactl=kofactl … … 100 100 [test] 101 101 recipe = zc.recipe.testrunner 102 eggs = kofacustom.s keleton[beaker, test]102 eggs = kofacustom.schoolcash [beaker, test] 103 103 defaults = ['--tests-pattern', '^f?tests$', '-v'] 104 104 … … 106 106 [i18n] 107 107 recipe = z3c.recipe.i18n:i18n 108 packages = kofacustom.s keleton109 eggs = kofacustom.s keleton110 domain = kofacustom.s keleton111 output = src/kofacustom/s keleton/locales108 packages = kofacustom.schoolcash 109 eggs = kofacustom.schoolcash 110 domain = kofacustom.schoolcash 111 output = src/kofacustom/schoolcash/locales 112 112 zcml = 113 113 … … 116 116 [zpasswd] 117 117 recipe = z3c.recipe.dev:script 118 eggs = kofacustom.s keleton118 eggs = kofacustom.schoolcash 119 119 module = zope.app.server.zpasswd 120 120 method = main … … 184 184 [coverage-detect] 185 185 recipe = zc.recipe.testrunner 186 eggs = kofacustom.s keleton[beaker]186 eggs = kofacustom.schoolcash[beaker] 187 187 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 188 188 … … 205 205 diazo [wsgi] 206 206 PasteScript 207 kofacustom.s keleton[beaker, diazo]207 kofacustom.schoolcash [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.