summaryrefslogtreecommitdiff
path: root/test/gorum-uranus.json
blob: a95f5a2c9d301469bdcee43382bd89f5117a03f4 (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
{
  "StateDir": "./",
  "ScoreFile": "scores.uranus",
  "WinnerFile": "is_winner.uranus",
  "MyID": "uranus",
  "RelaxedMode": true,
  "Address": ":1236",
  "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
    }
  }
}