Ignore:
Timestamp:
18 Oct 2012, 05:42:30 (12 years ago)
Author:
Henrik Bettermann
Message:

Base configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/buildout.cfg

    r8898 r9347  
    4747host = 0.0.0.0
    4848# default is 8080
    49 base_port = 7031
    50 zeo1_port = 7031
    51 zeo2_port = 7032
    52 zeo3_port = 7033
    53 server_port = 7030
     49base_port = 7051
     50zeo1_port = 7051
     51zeo2_port = 7052
     52zeo3_port = 7053
     53server_port = 7050
    5454# default 7. Number of pre-opened ZODB threads/client
    5555pool_size = 7
     
    6464# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    6565recipe = zc.recipe.egg
    66 eggs = waeup.fceokene [beaker]
     66eggs = waeup.kwarapoly [beaker]
    6767       z3c.evalexception>=2.0
    6868       Paste
     
    7878# fixed path to zdaemon.conf as argument.
    7979recipe = zc.recipe.egg
    80 eggs = waeup.fceokene [beaker]
     80eggs = waeup.kwarapoly [beaker]
    8181arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8282scripts = kofactl=kofactl
     
    9393[test]
    9494recipe = zc.recipe.testrunner
    95 eggs = waeup.fceokene [beaker, test]
     95eggs = waeup.kwarapoly [beaker, test]
    9696defaults = ['--tests-pattern', '^f?tests$', '-v']
    9797
     
    9999[i18n]
    100100recipe = z3c.recipe.i18n:i18n
    101 packages = waeup.fceokene
    102 eggs = waeup.fceokene
    103 domain = waeup.fceokene
    104 output = src/waeup/fceokene/locales
     101packages = waeup.kwarapoly
     102eggs = waeup.kwarapoly
     103domain = waeup.kwarapoly
     104output = src/waeup/kwarapoly/locales
    105105zcml =
    106106
     
    109109[zpasswd]
    110110recipe = z3c.recipe.dev:script
    111 eggs = waeup.fceokene
     111eggs = waeup.kwarapoly
    112112module = zope.app.server.zpasswd
    113113method = main
     
    166166[waeupdocs]
    167167recipe = collective.recipe.sphinxbuilder
    168 eggs = waeup.fceokene[docs]
     168eggs = waeup.kwarapoly[docs]
    169169source = ${buildout:directory}/docs/source
    170170build = ${buildout:directory}/docs/build
     
    173173[coverage-detect]
    174174recipe = zc.recipe.testrunner
    175 eggs = waeup.fceokene[beaker]
     175eggs = waeup.kwarapoly[beaker]
    176176defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    177177
Note: See TracChangeset for help on using the changeset viewer.