-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.cfg
More file actions
45 lines (39 loc) · 863 Bytes
/
development.cfg
File metadata and controls
45 lines (39 loc) · 863 Bytes
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
[buildout]
extends-cache =
extends =
buildout.cfg
parts +=
checkversions
show-picked-versions = true
[ports]
instance1 = ${v:port-base}80
[instance1]
http-address = ${ports:instance1}
mailinglogger =
debug-mode = on
verbose-security = on
eggs +=
plone.reload
Products.PDBDebugMode
Products.DocFinderTab
aws.zope2zcmldoc
collective.profiler
ipdb
# iw.debug
zcml +=
plone.reload
zope-conf-additional =
publisher-profile-file ${buildout:directory}/profile.dat
%import collective.taskqueue
<taskqueue />
<taskqueue-server />
[worker]
environment-vars =
${instance1:environment-vars}
ZC_ASYNC_UUID ${buildout:directory}/var/worker-uuid.txt
OFFICE_PATH /opt/libreoffice4.0/program/soffice
[supervisor]
eventlisteners =
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions [buildout]