source: products/QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/deployments/deployments_base.cfg_tmpl @ 1408

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

Add deployments_base general configuration. Use this configuration in backends config

File size: 1.3 KB
Line 
1[buildout]
2extends = ../base.cfg
3newest = false
4
5[config]
6zeo-address = localhost:8100
7zodb-cache-size = 5000
8zeo-client-cache-size = 300MB
9
10
11[zeoc_template]
12zope2-location = \${zope2:location}
13user = \${instance:user}
14http-address = \$\${:http-address}
15debug-mode = off
16verbose-security = off
17
18eggs =
19    \${instance:eggs}
20    Products.CacheSetup == 1.2
21
22products = \${instance:products}
23
24zcml = \${instance:zcml}
25
26# Main storage
27zodb-cache-size = \${config:zodb-cache-size}
28
29zeo-client-client = \$\${:zeo-client-client}
30zeo-address = \${config:zeo-address}
31zeo-client = on
32zeo-storage=main
33zeo-client-cache-size = \${config:zeo-client-cache-size}
34zeo-var = \${buildout:directory}/var
35
36#####
37#For blobstorage support uncomment following block
38#
39#blob-storage = var/blobstorage
40#shared-blob = off
41
42# Temporary storage
43zodb-temporary-storage =
44  <zodb_db temporary>
45    # Temporary storage database (for sessions)
46    <zeoclient>
47        server \${config:zeo-address}
48        storage temp
49        name temporary
50        var \${\$\${:__name__}:zeo-var}
51        # ZEO client cache, in bytes
52        #cache-size 50MB
53        # Uncomment to have a persistent disk cache
54        #client \$\${:zeo-client-client}
55    </zeoclient>
56    mount-point /temp_folder
57    container-class Products.TemporaryFolder.TemporaryContainer
58  </zodb_db>
Note: See TracBrowser for help on using the repository browser.