-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
86 lines (70 loc) · 2.06 KB
/
buildout.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[buildout]
extends =
https://dist.plone.org/release/5.2.15/versions.cfg
extensions =
buildout.sanitycheck
mr.developer
index = https://pypi.python.org/simple
find-links +=
https://dist.plone.org/release/5.2.15
download-cache = downloads
effective-user =
# For production don't forget to change via ZMI
#user = admin:admin
# mr.developer settings:
auto-checkout = *
always-checkout = true
mr.developer-threads = 1
extensions = mr.developer
parts =
instance
test
eggs +=
sinar.activity
sinar.advisory
sinar.article
sinar.project
sinar.organization
sinar.indicators
sinar.resource
sinar.miscbehavior
foecluster.km
collective.vocabularies.iso
collective.behavior.banner
collective.relationhelpers
plone.app.mosaic
plone.app.z3cform
plone.gallery
collective.tiles.collection
eea.facetednavigation
auto-checkout = *
# always-checkout = true
[sources]
sinar.activity = git [email protected]:Sinar/sinar.activity branch=main
sinar.advisory = git [email protected]:Sinar/sinar.advisory branch=main
sinar.article = git [email protected]:Sinar/sinar.article branch=main
sinar.resource = git [email protected]:Sinar/sinar.resource branch=main
sinar.indicators = git [email protected]:Sinar/sinar.indicators branch=main
sinar.project = git [email protected]:Sinar/sinar.project branch=main
sinar.organization = git [email protected]:Sinar/sinar.organization branch=main
foecluster.km = git [email protected]:Sinar/foecluster.km.git branch=main
sinar.miscbehavior = git [email protected]:Sinar/sinar.miscbehavior branch=main
collective.vocabularies.iso = git [email protected]:Sinar/collective.vocabularies.iso.git
plone.app.z3cform = git https://github.com/enfold/plone.app.z3cform tag=3.2.2+enfold1
[instance]
recipe = plone.recipe.zope2instance
eggs =
Plone
${buildout:eggs}
http-address = 8080
effective-user = ${buildout:effective-user}
zodb-cache-size = 3000
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
Plone
${buildout:eggs}
[versions]
plone.restapi = 8.43.1
lxml = 4.8.0