-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjarn_standalone.cfg
56 lines (44 loc) · 1.17 KB
/
jarn_standalone.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
52
53
54
55
[buildout]
extends =
production.cfg
cfgs/jarn.cfg
develop =
src/intranett.policy
src/intranett.theme
src/intranett.tour
src/jarn.extranet
src/Products.Extropy
src/Products.Invoice
parts +=
supervisor-crontab
[ports]
instance1-http-port = 8581
instance2-http-port = 8582
[varnish-config]
backend-port = 8510
[haproxy-conf]
frontend-port = 8510
[varnish]
bind = 127.0.0.1:8580
[zeo]
zeo-address = 127.0.0.1:8501
[supervisor-crontab]
recipe = z3c.recipe.usercrontab
times = @reboot
command = ${buildout:bin-directory}/supervisord -c ${buildout:directory}/etc/supervisord.conf
[convert-template]
recipe = collective.recipe.template
input = inline:
<filestorage source>
path ${buildout:directory}/var/filestorage/Data.fs
blob-dir ${buildout:directory}/var/blobstorage
</filestorage>
<relstorage destination>
shared-blob-dir false
blob-dir ${buildout:directory}/var/blobcache/db1
blob-cache-size 10mb
<postgresql>
dsn dbname='db1' user='zodbuser' host='database01.intranett.no' password='KCn25qUDfRoO}aVn'
</postgresql>
</relstorage>
output = ${buildout:directory}/convert.conf