-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug.cfg
149 lines (130 loc) · 3.33 KB
/
debug.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# This build allows to connect as a frontend of the declared config/server
# custom configuration. By default, will act as a frontend of the "gradefajol"
# server. Useful for making changes on production or apply bulk scripts via
# helper views or scripts. Use with caution!
[buildout]
parts =
filestorage
zcdebug
omelette
extends = customizeme.cfg
config/projects.cfg
config/sources.cfg
https://dist.plone.org/release/4.3.4/versions.cfg
versions.cfg
# config/server/custom-gradefajol.cfg
# config/server/custom-fossagegant.cfg
# config/server/custom-peter.cfg
# config/server/custom-peter2.cfg
config/server/custom-mazer.cfg
versions = versions
find-links =
https://pypi.upc.edu/links
https://dist.plone.org/release/4.3.4
eggs = ${custom:eggs}
Products.PloneLDAP
zc.beforestorage
Products.PrintingMailHost
# network speedup
socket-timeout = 3
allow-hosts =
pypi.upc.edu
*.python.org
docutils.sourceforge.net
prdownloads.sourceforge.net
effbot.org
[filestorage]
recipe = collective.recipe.filestorage
zopes = zcdebug
parts = 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
blob-storage = var/blobstorage/%(fs_part_name)s
zeo-shared-blob-dir = off
[ports]
zc1 = 11001
zc2 = 11002
zc3 = 11003
zc4 = 11004
zcdebug = 11901
zeo1 = 8001
zeo2 = 8002
circus = 8080
[zope-common]
zeo-client = on
shared-blob = off
zodb-cache-size = 500
user = admin:admin
effective-user = plone
debug-mode = off
verbose-security = off
zserver-threads = 1
python-check-interval = ${hosts:python-interval}
zope-conf-additional =
maximum-number-of-session-objects 10000
environment-vars =
PTS_LANGUAGES en es ca zh
zope_i18n_allowed_languages en es ca zh
zope_i18n_compile_mo_files true
TMPDIR /var/plone/tmp
PYTHONWARNINGS ignore
eggs =
Zope2
Plone
${buildout:eggs}
zcml =
[zcdebug]
<= zope-common
recipe = plone.recipe.zope2instance
zeo-address = ${zeoaddr:zc1}
http-address = ${ports:zcdebug}
zope-conf-additional =
maximum-number-of-session-objects 10000
<product-config genwebconfig>
zeo 1
</product-config>
# before storage config
before-storage = now
demo-storage = true
shared-blob = false
[omelette]
recipe = collective.recipe.omelette
eggs = ${zcdebug:eggs}
[zc1]
<= zope-common
recipe = plone.recipe.zope2instance
zeo-address = ${zeoaddr:zc1}
http-address = ${ports:zc1}
zope-conf-additional =
maximum-number-of-session-objects 10000
<product-config genwebconfig>
zeo 1
</product-config>
[zc2]
<= zope-common
recipe = plone.recipe.zope2instance
zeo-address = ${zeoaddr:zc2}
http-address = ${ports:zc2}
zope-conf-additional =
maximum-number-of-session-objects 10000
<product-config genwebconfig>
zeo 2
</product-config>
[zc3]
<= zope-common
recipe = plone.recipe.zope2instance
zeo-address = ${zeoaddr:zc3}
http-address = ${ports:zc3}
zope-conf-additional =
maximum-number-of-session-objects 10000
<product-config genwebconfig>
zeo 3
</product-config>
[zc4]
<= zope-common
recipe = plone.recipe.zope2instance
zeo-address = ${zeoaddr:zc4}
http-address = ${ports:zc4}
zope-conf-additional =
maximum-number-of-session-objects 10000
<product-config genwebconfig>
zeo 4
</product-config>