blob: ef59a2daec18093f3ecb6c96f052788cd33f0c40 (
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
41
42
43
44
45
|
baseurl: https://localhost:8000/
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-2
backup-quorum-size: 1
storage-quorum-size: 1
mmd: 86400
statusservers:
- name: statusserver
address: localhost:9081
publicaddress: localhost:9082
|