Ignore:
Timestamp:
17 Jan 2014, 13:25:39 (11 years ago)
Author:
uli
Message:

Remove sections that exist unchanged already in buildout.cfg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/buildout-diazo.cfg

    r10938 r10939  
    4949bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3 path=layout/
    5050
    51 
    52 [kofa_params]
    53 ## Basic parameters for deployment.
    54 # default is 127.0.0.1
    55 host = 0.0.0.0
    56 # default is 8080
    57 base_port = 8080
    58 zeo1_port = 8080
    59 zeo2_port = 8081
    60 zeo3_port = 8082
    61 server_port = 8100
    62 # default 7. Number of pre-opened ZODB threads/client
    63 pool_size = 7
    64 # default 20MB. Cache size of each client (ZEO only)
    65 client_cache = 20MB
    66 # default 5000. Number of objects cached.
    67 object_cache = 5000
    68 # number of preopened paster threads, default 10
    69 threadpool_workers = 10
    70 # package to be developed
    71 devel_pkg = waeup.kofa
    72 
    73 
    7451[lxml]
    7552recipe = z3c.recipe.staticlxml
     
    11895
    11996
    120 [mkdirs]
    121 recipe = z3c.recipe.mkdir
    122 paths =
    123     ${zope_conf:filestorage}
    124     ${zope_conf:logfiles}
    125     ${zope_conf:blobstorage}
    126     ${buildout:directory}/var/mailqueue/cur
    127     ${buildout:directory}/var/mailqueue/tmp
    128     ${buildout:directory}/var/mailqueue/new
    129     ${buildout:directory}/var/datacenter/media
    130     ${buildout:directory}/parts/test/datacenter
    131 
    132 
    133 [zdaemon_conf]
    134 recipe = collective.recipe.template
    135 input = etc/zdaemon.conf.in
    136 output = ${buildout:parts-directory}/etc/zdaemon.conf
    137 
    13897[raw_debug_ini]
    13998recipe = collective.recipe.template
Note: See TracChangeset for help on using the changeset viewer.