-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-dev.cfg
60 lines (54 loc) · 1.19 KB
/
docker-dev.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
[buildout]
extensions =
mr.developer
extends =
dev.cfg
port.cfg
parts =
zeoserver
instance
instance-debug
upgrade
test
robot
omelette
[instance]
zeo-client = true
zeo-address = $(ZEO_HOST):$(ZEO_PORT)
http-address = 8081
debug-mode = on
verbose-security = on
http-force-connection-close = true
zeo-client-client = client-storage
zope-conf-additional =
<product-config five.z2monitor>
bind 0.0.0.0:8888
</product-config>
event-log-custom =
<logfile>
path ${buildout:directory}/var/log/${:_buildout_section_name_}.log
level INFO
</logfile>
[instance-debug]
<= instance
http-address = ${port:instance-debug-http}
debug-mode = on
verbose-security = on
shared-blob = off
#environment-vars +=
# ENABLE_PRINTING_MAILHOST True
eggs =
${instance:eggs}
${debug-products:eggs}
zcml =
${instance:zcml}
[zeoserver]
recipe = plone.recipe.zeoserver
zeo-address = ${port:zeo}
#effective-user = ${instance: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