summaryrefslogtreecommitdiff
path: root/gorum.json
blob: 10eb5fd9d92344faa83de7110c776aa63a1bbad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "StateDir": "./",
  "Address": "earth:1234",
  "Nodes": {
    "FirstNode": {
      "Hostname": "earth",
      "Port": 1234,
      "Priority": 100
    },
    "AnotherNode": {
      "Hostname": "localhsot",
      "Port": 2345,
      "Priority": 50
    }
  }
}