-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathops.cfg.in
59 lines (51 loc) · 1.08 KB
/
ops.cfg.in
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
# IPDA - Operations Buildout
# ==========================
#
# IMPORTANT: Edit the username+passwords in the instance-settings and
# supervisor-settings sections below. Update the other sections as
# needed.
#
# Use this buildout for operations mode. You'll get:
#
# * Tomcat with the PDS Registry Service
# * A ZEO database server
# * A Zope operational instance
# * Supervisor to run it all
# Tomcat Settings
# ---------------
#
# Fill in better username + passwords, please.
[tomcat]
username = tomcat-admin
password = secret
# Zope Instance Settings
# ----------------------
#
# Fill in better username + passwords, please.
[zope]
username = zope-admin
password = secret
# Supervisor Settings
# -------------------
#
# Fill in better username + passwords, please.
[supervisor]
username = supervisor-admin
password = secret
# Buildout
# --------
#
# Nothing below here should need any changes.
[buildout]
update-versions-file = var/versions.cfg
extends =
etc/base.cfg
etc/versions/known-good-versions.cfg
parts =
lxml
zeo
zope
zope-debug
backup
supervisor
python