-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildout.cfg
89 lines (72 loc) · 2.01 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]
parts =
instance
repozo
backup
zopepy
vscode
# makes sure you're not running buildout as root.
extensions =
buildout.sanitycheck
mr.developer
extends =
base.cfg
http://dist.plone.org/release/6.0-latest/versions.cfg
find-links +=
http://dist.plone.org/release/6.0-latest/
eggs =
Plone
Pillow
collective.relationhelpers
sinar.advisory
sinar.resource
sinar.activity
sinar.article
sinar.indicators
sinar.organization
sinar.project
sinar.miscbehavior
imap.customizations
collective.vocabularies.iso
collective.behavior.banner==2.0
eea.facetednavigation
imap.customizations
plone.volto
pandas
plone.app.drafts
plone.app.standardtiles
plone.app.tiles
plone.jsonserializer
z3c.jbot
plone.app.blocks
zcml =
# plone.reload
auto-checkout = *
develop =
# src/my.package
var-dir=${buildout:directory}/var
backups-dir=${buildout:var-dir}
user=admin:admin
deprecation-warnings = off
verbose-security = off
[mr.developer]
threads = 2
[sources]
sinar.activity = git [email protected]:Sinar/sinar.activity.git
sinar.advisory = git [email protected]:Sinar/sinar.advisory.git
sinar.article = git [email protected]:Sinar/sinar.article.git
sinar.miscbehavior = git [email protected]:Sinar/sinar.miscbehavior branch=main
sinar.organization = git [email protected]:Sinar/sinar.organization branch=main
sinar.project = git [email protected]:Sinar/sinar.project branch=main
sinar.indicators = git [email protected]:Sinar/sinar.indicators branch=main
sinar.resource = git [email protected]:Sinar/sinar.resource branch=main
imap.customizations = git [email protected]:Sinar/imap.customizations.git
collective.vocabularies.iso = git [email protected]:Sinar/collective.vocabularies.iso.git
#collective.behavior.banner = git [email protected]:collective/collective.behavior.banner branch=master
[instance]
<= instance_base
recipe = plone.recipe.zope2instance
http-address = 127.0.0.1:8080
zodb-temporary-storage = off
[versions]
plone.restapi = 8.43.1