-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.cfg
86 lines (73 loc) · 1.7 KB
/
site.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 = eea.cfg
extensions = mr.developer
allow-picked-versions = true
always-checkout = force
parts +=
zodbdgc
zeo
instance
auto-checkout +=
wise.theme
wise.msfd
eea.privacyscreen
plone.restapi
[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
zcml +=
${buildout:zcml}
wise.theme
wise.msfd
eea.api.dataconnector
eea.restapi
[sources]
plone.restapi = git https://github.com/plone/plone.restapi.git branch=slots
wise.theme = git https://github.com/eea/wise.theme.git branch=plone5-py3
wise.msfd = git https://github.com/eea/wise.msfd.git branch=develop
eea.privacyscreen = git https://github.com/eea/eea.privacyscreen.git branch=master
[versions]
eea.api.dataconnector = 10.0
plone.rest = 2.0.1
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