-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelop.cfg
92 lines (78 loc) · 1.75 KB
/
develop.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
87
88
89
90
91
92
[buildout]
extends = eea.cfg
extensions = mr.developer
allow-picked-versions = true
always-checkout = true
parts +=
zodbdgc
zeo
instance
auto-checkout +=
eea.privacyscreen
wise.theme
wise.msfd
[zodbdgc]
recipe = zc.recipe.egg
eggs = zc.zodbdgc
[instance]
<= instance_base
recipe = plone.recipe.zope2instance
user = admin:admin
shared-blob = off
blob-storage = /data/blobstorage
blob-storage-cache = /data/blobstorage
environment-vars =
WKHTMLTOPDF_PATH ${configuration:wkhtmltopdf}
[zeo]
<= zeoserver_base
recipe = plone.recipe.zeoserver
zeo-address = 8080
shared-blob = on
blob-storage = /data/blobstorage
blob-storage-cache = /data/blobstorage
[configuration]
wkhtmltopdf = ${buildout:directory}/parts/wkhtmltopdf/wkhtmltopdf
eggs +=
plone.app.imagecropping
plone.app.robotframework
plone.tiles
collective.MockMailHost
collective.exportimport
eea.api.dataconnector
eea.restapi
pdfkit
wise.theme
wise.msfd
eea.privacyscreen
eea.coremetadata
zcml +=
${buildout:zcml}
wise.theme
wise.msfd
eea.api.dataconnector
eea.restapi
[sources]
eea.privacyscreen = git https://github.com/eea/eea.privacyscreen.git branch=master
wise.theme = git https://github.com/eea/wise.theme.git branch=develop
wise.msfd = git https://github.com/eea/wise.msfd.git branch=develop
[versions]
eea.api.dataconnector = 11.0
eea.coremetadata = 5.1
# wise.msfd = 2.4
# wise.theme = 1.2
plone.restapi = 9.6.1
plone.rest = 4.1.3
eea.volto.policy = 5.5
plone.volto = 4.1.0
collective.z3cform.datagridfield = 1.5.3
rdflib-jsonld = 0.6.2
SQLAlchemy = 1.4.46
openpyxl = 3.0.10
# START collective.exportimport
collective.exportimport = 1.7
ijson = 3.2.0.post0
hurry.filesize = 0.9
openpyxl = 3.0.10
zope.sqlalchemy = 2.0
pymssql = 2.2.8
# END collective.exportimport