blob: e4afd062cc22525ce3ef0ef81b5ca6426c07b402 (
plain)
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
|
nodename: merge-1
paths:
configdir: .
db: machine/merge-1/db
# TODO: https_certfile and https_keyfile not strictly necessary for primary merge
https_certfile: httpscert/httpscert-1.pem
https_keyfile: httpscert/httpskey-1.pem
https_cacertfile: httpsca/demoCA/cacert.pem
logpublickey: keys/logkey.pem
privatekeys: privatekeys
verifycert_bin: ../bin/verifycert.erl.escript
knownroots: known_roots/
logadminkey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQ
Ah9sZ2CD+JeLbprS6AFcZbo0TGCH0rtEnr2Q3JW0ylhfA+
0/WLu755b3soVX/wI23vqCVGC7N9fOB2WUltveQ==
merge:
min-delay: 1
backup-window-size: 2
backup-sendlog-chunksize: 1
backup-sendentries-chunksize: 1
dist-window-size: 2
dist-sendlog-chunksize: 1
dist-sendentries-chunksize: 1
configurl: file:///CURRENTWORKINGDIRECTORY/catlfish-test-generated.cfg
|