source: products/QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/deployments/debugzeoc.cfg_tmpl @ 1411

Last change on this file since 1411 was 1411, checked in by mylan, 14 years ago

Use deployments_base general configuration in debugzeoc config. Revert some testing changes

File size: 1.6 KB
Line 
1[buildout]
2extends =
3    deployments_base.cfg
4    ../debugtools.cfg
5
6newest = false
7
8parts +=
9    omelette
10    enablesettrace
11    zopepy
12
13eggs +=
14    plone.reload
15    Products.DocFinderTab
16
17
18[instance]
19\# For more information on this step and configuration options see:
20\# http://pypi.python.org/pypi/plone.recipe.zope2instance
21#set $debug_zeoc_port = $http_port_be1 + 20
22http-address = ${$debug_zeoc_port}
23debug-mode = on
24verbose-security = on
25
26zcml +=
27    plone.reload
28
29products +=
30    \${enablesettrace:location}
31
32# main storage
33zeo-address = \${config:zeo-address}
34zeo-client = on
35zeo-client-name=debug
36zeo-storage=main
37zeo-var = \${buildout:directory}/var
38
39#####
40#For blobstorage support uncomment following block
41#
42#blob-storage = var/blobstorage
43#shared-blob = off
44
45# Temporary storage
46zodb-temporary-storage =
47  <zodb_db temporary>
48    # Temporary storage database (for sessions)
49    <zeoclient>
50        server \${config:zeo-address}
51        storage temp
52        name temporary
53        var \${instance:zeo-var}
54    </zeoclient>
55    mount-point /temp_folder
56    container-class Products.TemporaryFolder.TemporaryContainer
57  </zodb_db>
58
59
60
61[omelette]
62recipe = collective.recipe.omelette
63eggs = \${instance:eggs}
64packages = \${zope2:location}/lib/python ./
65products = \${instance:products}
66
67[zopepy]
68\# For more information on this step and configuration options see:
69\# http://pypi.python.org/pypi/zc.recipe.egg
70recipe = zc.recipe.egg
71eggs = \${instance:eggs}
72interpreter = zopepy
73#if $zope2_install
74extra-paths = ${zope2_install}/lib/python
75#else
76extra-paths = \${zope2:location}/lib/python
77#end if
78    \${productdistros:location}
79   
80scripts = zopepy
Note: See TracBrowser for help on using the repository browser.