forked from isawnyu/isaw.web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaging.cfg
51 lines (45 loc) · 1.09 KB
/
staging.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
[buildout]
extends-cache = cache
extends =
cfg/base.cfg
cfg/sources.cfg
parts +=
# Develop only parts
client1
client2
client3
client4
zeoserver
supervisor
[client1]
debug = false
environment-vars +=
PRINTING_MAILHOST_FIXED_ADDRESS [email protected]
[client2]
<= client1
http-address = 8082
[client3]
<= client1
http-address = 8083
[client4]
<= client1
http-address = 8084
[supervisor]
recipe = collective.recipe.supervisor
port = 127.0.0.1:9003
user = admin
password = admin
plugins =
superlance
supervisord-environment =
TMPDIR=${tmp:paths}
programs =
10 zeoserver ${buildout:directory}/parts/zeoserver/bin/runzeo true
20 client1 ${buildout:directory}/bin/client1 [console] true
20 client2 (startsecs=5) ${buildout:directory}/bin/client2 [console] true
20 client3 (startsecs=10) ${buildout:directory}/bin/client3 [console] true
20 client4 (autostart=false) ${buildout:directory}/bin/client4 [linkcheck] true
groups =
1000 clients client1,client2,client3
eventlisteners =
Memmon TICK_60 ${buildout:bin-directory}/memmon [-g clients=750MB]