summaryrefslogtreecommitdiff
path: root/gorum.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-18 00:08:21 +0300
committerPaul Buetow <paul@buetow.org>2023-05-18 00:08:21 +0300
commitdde3bed148ea90cd505bf6fb67b08719ebc8933a (patch)
treecdfb5ed57ff0cd09b531ea6dcf431dc216500118 /gorum.json
parent8be9f0d9970f971ced7f1493295dd0ae08947ce9 (diff)
refactor
Diffstat (limited to 'gorum.json')
-rw-r--r--gorum.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/gorum.json b/gorum.json
index 076b045..a2560d5 100644
--- a/gorum.json
+++ b/gorum.json
@@ -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"
]
}