-
Notifications
You must be signed in to change notification settings - Fork 0
/
ops.cfg.in
56 lines (48 loc) · 1.01 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
# MCL Site - Operational Buildout
# ===============================
#
# Use this buildout when in going into operations.
#
# Override the below settings before deploying. These usernames+passwords
# end up in cm, so we absolutely need these to be changed and protected.
# Zope Instance Settings
# ----------------------
#
# Fill in better username+password.
[zope]
username = zope-admin
password = secret
# Supervisor Settings
# -------------------
#
# Fill in better username+password.
[supervisor]
username = supervisor-admin
password = secret
# Zope Debugging Instance
# -----------------------
#
# In operations, the debug instance also uses zeo.
[zope-debug]
zeo-client = true
# Buildout
# --------
#
# That's it.
[buildout]
# These get set elsewhere:
# eggs-directory =
# download-cache =
# extends-cache =
update-versions-file = var/versions.cfg
extends =
etc/base.cfg
etc/versions/known-good-versions.cfg
parts =
lxml
zeo
zope
zope-debug
supervisor
backup
python