blob: 2931e6cf6f8ca48ebdef7650b0c52b720981d30b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
nodename: merge-1
localnodes:
- merge-1
paths:
configdir: .
mergedb: mergedb
# 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
publickeys: publickeys
logpublickey: keys/logkey.pem
privatekeys: privatekeys
verifycert_bin: ../bin/verifycert.erl.escript
knownroots: known_roots/
merge:
min-delay: 1
dist-window-size: 2
dist-sendlog-chunksize: 1
dist-sendentries-chunksize: 1
|