-
Notifications
You must be signed in to change notification settings - Fork 1
/
deployment.cfg
36 lines (31 loc) · 1.25 KB
/
deployment.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[buildout]
extends = buildout.cfg
parts += zeoserver
instance0
instance1
[sources]
sinar.activity = git https://github.com/Sinar/sinar.activity branch=main
sinar.article = git https://github.com/Sinar/sinar.article branch=main
sinar.advisory = git https://github.com/Sinar/sinar.advisory branch=main
sinar.indicators = git https://github.com/Sinar/sinar.indicators branch=main
sinar.resource = git https://github.com/Sinar/sinar.resource branch=main
sinar.project = git https://github.com/Sinar/sinar.project branch=main
sinar.organization = git https://github.com/Sinar/sinar.organization branch=main
foecluster.km = git https://github.com/Sinar/foecluster.km branch=main
sinar.miscbehavior = git https://github.com/Sinar/sinar.miscbehavior branch=main
collective.vocabularies.iso = git https://github.com/sinar/collective.vocabularies.iso
plone.app.z3cform = git https://github.com/enfold/plone.app.z3cform tag=3.2.2+enfold1
[instance0]
<= instance
zeo-address = ${zeoserver:zeo-address}
zeo-client = on
shared-blob = on
[instance1]
<= instance0
http-address = 8081
[zeoserver]
recipe = plone.recipe.zeoserver
zeo-address = 8100
file-storage = ${buildout:directory}/var/filestorage/Data.fs
blob-storage = ${buildout:directory}/var/blobstorage/
pack-days = 30