Changeset 471 for eduCommons.buildout/trunk/deployment.cfg
- Timestamp:
- 07/23/09 02:37:41 (4 years ago)
- File:
-
- 1 edited
-
eduCommons.buildout/trunk/deployment.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eduCommons.buildout/trunk/deployment.cfg
r470 r471 6 6 zope2 7 7 productdistros 8 instance9 8 fss 10 9 zopepy 10 zeoserver 11 instance1 12 instance2 13 debug-instance 14 plonesite 11 15 test 12 16 test-coverage 13 coverage-report 14 zeoserver 15 plonesite 17 coverage-report 18 16 19 17 20 # Do not load any development eggs … … 24 27 zeo-address = ${instance:zeo-address} 25 28 26 [instance] 27 recipe = plone.recipe.zope2instance 29 [instance1] 30 recipe = collective.recipe.zope2cluster 31 instance-clone = instance 28 32 zope2-location = ${zope2:location} 29 user = admin:test1234 33 zeo-client = true 34 zeo-address = ${zeoserver:zeo-address} 35 debug-mode = off 36 verbose-security = off 37 zodb-cache-size = 5000 38 zeo-client-cache-size = 300MB 30 39 http-address = 8080 31 40 effective-user = educommons 41 zodb-temporary-storage = 42 <zodb_db temporary> 43 <zeoclient> 44 server 127.0.0.1:8100 45 storage temp 46 name zeostorage 47 var ${buildout.directory}/var/filestorage 48 </zeoclient> 49 mount-point /temp-folder 50 container-class Products.TemporaryFolder.TemporaryContainer 51 </zodb_db> 52 eggs += Products.CacheSetup 53 environment-vars = 54 PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs 55 56 [instance2] 57 recipe = collective.recipe.zope2cluster 58 instance-clone = instance 59 zope2-location = ${zope2:location} 32 60 zeo-client = true 33 zeo-address = 8100 34 zodb-cache-size = 1500 35 zeo-client-cache-size = 300MB 61 zeo-address = ${zeoserver:zeo-address} 36 62 debug-mode = off 37 63 verbose-security = off 38 eggs += Products.CacheSetup 39 environment-vars = 40 PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs 64 zodb-cache-size = 5000 65 zeo-client-cache-size = 300MB 66 http-address = 8081 67 effective-user = educommons 68 zodb-temporary-storage = ${instance1:zodb-temporary-storage} 69 eggs = ${instance1:eggs} 70 environment-vars = ${instance1:environment-vars} 71 72 [debug-instance] 73 recipe = collective.recipe.zope2cluster 74 instance-clone = instance 75 http-address = 8090 76 debug-mode = on 77 verbose-security = on 41 78 42 79 [plonesite]
Note: See TracChangeset
for help on using the changeset viewer.
