Changeset 472 for eduCommons.buildout/trunk/deployment.cfg
- Timestamp:
- 07/23/09 03:57:24 (4 years ago)
- File:
-
- 1 edited
-
eduCommons.buildout/trunk/deployment.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eduCommons.buildout/trunk/deployment.cfg
r471 r472 24 24 [zeoserver] 25 25 recipe = plone.recipe.zope2zeoserver 26 zope2-location = ${instance:zope2-location} 27 zeo-address = ${instance:zeo-address} 26 zope2-location = ${zope2:location} 27 zeo-address = 127.0.0.1:8100 28 #effective-user = educommons 28 29 29 30 [instance1] … … 39 40 http-address = 8080 40 41 effective-user = educommons 41 zodb-temporary-storage =42 <zodb_db temporary>43 <zeoclient>44 server 127.0.0.1:810045 storage temp46 name zeostorage47 var ${buildout.directory}/var/filestorage48 </zeoclient>49 mount-point /temp-folder50 container-class Products.TemporaryFolder.TemporaryContainer51 </zodb_db>52 42 eggs += Products.CacheSetup 53 43 environment-vars = … … 66 56 http-address = 8081 67 57 effective-user = educommons 68 zodb-temporary-storage = ${instance1:zodb-temporary-storage}69 58 eggs = ${instance1:eggs} 70 59 environment-vars = ${instance1:environment-vars} … … 99 88 Products.CacheSetup:default 100 89 Products.LinguaPlone:LinguaPlone 90 enabled = false 91 site-replace = true 101 92 102 93 [fss] 103 94 recipe = iw.recipe.fss 104 95 zope-instances = 105 ${instance:location} 96 ${instance1:location} 97 ${instance2:location} 106 98 storages = 107 99 global / directory ${buildout:directory}/var/fss_storage ${buildout:directory}/var/fss_backup
Note: See TracChangeset
for help on using the changeset viewer.
