-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprod.cfg
96 lines (85 loc) · 2.15 KB
/
prod.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
93
94
95
96
[buildout]
extends =
https://raw.githubusercontent.com/IMIO/buildout.pm/4.1.34/communes.cfg
https://raw.githubusercontent.com/IMIO/buildout.pm/4.1.34/restapi.cfg
allow-picked-versions = false
show-picked-versions = true
parts -=
instance-amqp
index = http://pypi.affinitic.be/affinitic/packages/+simple/
find-links =
https://static.affinitic.be/eggs/
[instance1]
eggs -=
Products.PloneMeeting[amqp]
eggs +=
pas.plugins.ldap
python-memcached
iadelib.tools
iadelib.isppc
iadelib.affinitic.demo
zcml +=
pas.plugins.ldap
iadelib.tools
iadelib.isppc
iadelib.affinitic.demo
zcml-additional =
<include package="plone.app.async" file="single_db_instance.zcml" />
environment-vars -= PUBLIC_URL ${port:public-url}
shared-blob = on
blob-storage = ${buildout:directory}/var/blobstorage
[instance-async]
zcml-additional =
<include package="plone.app.async" file="single_db_worker.zcml" />
[zeoserver]
recipe = plone.recipe.zeoserver
zeo-address = ${port:zeo}
eggs = ${instance1:eggs}
#effective-user = ${instance1:effective-user}
pack-days = 7
pack-keep-old = false
monitor-address = ${port:zeo-monitor}
zeo-conf-additional =
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
[zope-conf]
additional =
%define ZEOADDRESS ${zeoserver:zeo-address}
%define ZEOINSTANCE ${buildout:directory}/parts/zeoserver/var
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
amqp =
solr-eggs =
[versions]
iadelib.tools = 1.0a3
iadelib.isppc = 1.0a2
iadelib.affinitic.demo = 1.0a2
# override of PM versions
appy = 1.0.11
psutil = 5.8.0
Automat = 0.7.0
PyYAML = 5.1.2
Twisted = 17.1.0
attrs = 19.1.0
bda.cache = 1.3.0
constantly = 15.1.0
gnureadline = 8.0.0
incremental = 17.5.0
node = 0.9.24
node.ext.ldap = 1.0b11
node.ext.ugm = 0.9.10
odict = 1.7.0
pas.plugins.ldap = 1.5.4
passlib = 1.7.2
pip = 1.4.1
plumber = 1.5
pyasn1 = 0.4.8
pyasn1-modules = 0.2.8
python-ldap = 3.2.0
python-memcached = 1.58
yafowil = 2.3.1
yafowil.plone = 3.0.0
yafowil.widget.array = 1.6
yafowil.widget.dict = 1.7
yafowil.yaml = 1.3
imio.restapi = 1.0a14+affinitic