This commit is contained in:
2023-08-07 00:40:26 +08:00
parent 4195de3818
commit f9c68c748c
5 changed files with 9 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
serverid: 1
host: "localhost"
port: 5050
cluster: [ "localhost:5050","localhost:5051","localhost:5052" ]

View File

@@ -1,3 +1,4 @@
serverid: 2
host: "localhost"
port: 5051
cluster: [ "localhost:5050","localhost:5051","localhost:5052" ]

View File

@@ -1,3 +1,4 @@
serverid: 3
host: "localhost"
port: 5052
cluster: [ "localhost:5050","localhost:5051","localhost:5052" ]