summaryrefslogtreecommitdiff
path: root/test/gorum-earth.json
blob: 0dc0d34e4095d4a5206bd5b09713bbc0a61b28b2 (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.earth",
  "MyID": "earth",
  "RelaxedMode": true,
  "Address": "localhost:1234",
  "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
    }
  }
}