diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-18 00:08:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-18 00:08:21 +0300 |
| commit | dde3bed148ea90cd505bf6fb67b08719ebc8933a (patch) | |
| tree | cdfb5ed57ff0cd09b531ea6dcf431dc216500118 /gorum.json | |
| parent | 8be9f0d9970f971ced7f1493295dd0ae08947ce9 (diff) | |
refactor
Diffstat (limited to 'gorum.json')
| -rw-r--r-- | gorum.json | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,9 +1,8 @@ { - "Hostname": "earth", - "Port": 1234, + "Address": "earth:1234", "Participants": [ - { "Hostname": "earth", "Port": 1234 }, - { "Hostname": "earth", "Port": 2341 }, - { "Hostname": "earth", "Port": 3412 } + "earth:1234", + "earth:2341", + "earth:3412" ] } |
