-
Notifications
You must be signed in to change notification settings - Fork 0
/
zeo.cfg
68 lines (60 loc) · 1.55 KB
/
zeo.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
[buildout]
parts +=
zeoserver
instance1
instance2
instance-debug
[config]
zeo-address = ${ports:zeoserver}
instance1-address = ${ports:instance1}
instance2-address = ${ports:instance2}
instance-debug-address = ${ports:instance-debug}
system-user =
[instance-settings]
user = admin:34adflllnereav
debug-mode = off
verbose-security = off
blob-storage = ${buildout:directory}/var/blobstorage
effective-user = ${config:system-user}
eggs =
${instance:eggs}
zcml =
${instance:zcml}
# resources = ${buildout:directory}/resources
event-log-max-size = 5 MB
event-log-old-files = 5
access-log-max-size = 20 MB
access-log-old-files = 10
environment-vars =
# PTS_LANGUAGES en
zope_i18n_compile_mo_files true
[zeo-instance-settings]
instance-clone = instance-settings
zeo-client = True
zeo-address = ${ports:zeoserver}
shared-blob = on
[zeoserver]
recipe = plone.recipe.zeoserver
zeo-address = ${config:zeo-address}
pack-days = 7
effective-user = ${config:system-user}
[instance1]
recipe = collective.recipe.zope2cluster
<= zeo-instance-settings
http-address = ${config:instance1-address}
# You can uncomment this line to add an additional instance to the zeocluster
[instance2]
recipe = collective.recipe.zope2cluster
<= zeo-instance-settings
http-address = ${config:instance2-address}
[instance-debug]
recipe = collective.recipe.zope2cluster
<= zeo-instance-settings
http-address = ${config:instance-debug-address}
debug-mode = on
verbose-security = on
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance-settings:eggs}
interpreter = zopepy
scripts = zopepy