blob: c3b59b0683dc9112ed0f1c85e84991d034222054 (
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
29
30
31
32
33
34
35
36
37
38
39
40
|
baseurl: https://localhost:8080/
frontendnodes:
- name: frontend-1
publicaddress: localhost:8080
address: localhost:8082
- name: frontend-2
publicaddress: localhost:8090
address: localhost:8092
- name: frontend-3
publicaddress: localhost:8000
address: localhost:8002
storagenodes:
- name: frontend-1
address: localhost:8081
- name: frontend-2
address: localhost:8091
- name: frontend-3
address: localhost:8001
signingnodes:
- name: signing-1
address: localhost:8088
mergenodes:
- name: merge-1
address: localhost:8181
- name: merge-2
address: localhost:8182
- name: merge-3
address: localhost:8183
primarymergenode: merge-1
backup-quorum-size: 1
storage-quorum-size: 1
mmd: 86400
|