-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeployment.cfg
More file actions
31 lines (27 loc) · 1.24 KB
/
deployment.cfg
File metadata and controls
31 lines (27 loc) · 1.24 KB
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
[buildout]
parts += zeo
auto-checkout = *
extends = buildout.cfg
[sources]
sinar.activity = git https://github.com/Sinar/sinar.activity/ branch=main
sinar.article = git https://github.com/Sinar/sinar.article/ branch=plone-6-update
sinar.advisory = git https://github.com/Sinar/sinar.advisory/ branch=main
sinarproject.customizations = git https://github.com/Sinar/sinarproject.customizations/ branch=main
sinar.opportunities = git https://github.com/Sinar/sinar.opportunities branch=main
sinar.organization = git https://github.com/Sinar/sinar.organization branch=plone-6-update
sinar.citation = git https://github.com/Sinar/sinar.citation/ branch=main
sinar.project = git https://github.com/Sinar/sinar.project/ branch=main
sinar.resource = git https://github.com/Sinar/sinar.resource/ branch=main
sinar.indicators = git https://github.com/Sinar/sinar.indicators/ branch=main
sinar.miscbehavior = git https://github.com/Sinar/sinar.miscbehavior/ branch=main
collective.vocabularies.iso = git https://github.com/Sinar/collective.vocabularies.iso.git
[instance]
zeo-address = ${zeo:zeo-address}
zeo-client = on
shared-blob = on
zeo-client-cache-size = 512MB
[zeo]
recipe = plone.recipe.zeoserver
zeo-address = 127.0.0.1:8100
[versions]
plone.recipe.zeoserver = 3.0.4