-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun-dev01.cfg
More file actions
46 lines (37 loc) · 879 Bytes
/
run-dev01.cfg
File metadata and controls
46 lines (37 loc) · 879 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
46
[buildout]
extends =
zeo.cfg
zope.cfg
# Self-serve. Take only what looks delicious:
parts +=
zeo1
# zeo2
# zeo-supervisor
backup
# backup-weekly
# backup-daily
# packups
zope1
# zope2
# zope-supervisor
### INSTANCE SPECIFICS ###
port-suffix = 1
server-prefix = dev01
[zope1]
http-address = 808${buildout:port-suffix}
zeo-address = ${zeo1:zeo-address}
[zeo1]
zeo-address = 810${buildout:port-suffix}
monitor-address = 820${buildout:port-suffix}
[ips]
memcached = 127.0.0.1:11211
syslog = 127.0.0.1:514
[zopeconf]
username = admin
password = password
[environ]
api_server = ${buildout:server-prefix}.api.example.com
servername = ${buildout:server-prefix}.example.com
[repos]
repo = https://svn.example.com/repository/plone/packages/trunk
#repo = https://svn.example.com/repository/plone/packages/branches/PROD