summaryrefslogtreecommitdiff
path: root/test/gorum-mars.json
blob: 72407c5c6644a6e5d5d9d6d7e1979d9bd7d48ab8 (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
{
  "StateDir": "./",
  "ScoreFile": "scores.mars",
  "MyID": "mars",
  "RelaxedMode": true,
  "Address": ":1235",
  "Nodes": {
    "first": {
      "Hostname": "localhost",
      "Alias": "earth",
      "Port": 1234,
      "Priority": 3
    },
    "second": {
      "Hostname": "localhost",
      "Alias": "mars",
      "Port": 1235,
      "Priority": 2
    },
    "third": {
      "Hostname": "localhost",
      "Alias": "uranus",
      "Port": 1236,
      "Priority": 1
    }
  }
}