更新脚本
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
serverid: 1
|
||||
host: "localhost"
|
||||
host: "0.0.0.0"
|
||||
port: 5050
|
||||
cluster: [ "localhost:5050","localhost:5051","localhost:5052" ]
|
||||
cluster: [ "0.0.0.0:5050","0.0.0.0:5051","0.0.0.0:5052" ]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
serverid: 2
|
||||
host: "localhost"
|
||||
host: "0.0.0.0"
|
||||
port: 5051
|
||||
cluster: [ "localhost:5050","localhost:5051","localhost:5052" ]
|
||||
cluster: [ "0.0.0.0:5050","0.0.0.0:5051","0.0.0.0:5052" ]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
serverid: 3
|
||||
host: "localhost"
|
||||
host: "0.0.0.0"
|
||||
port: 5052
|
||||
cluster: [ "localhost:5050","localhost:5051","localhost:5052" ]
|
||||
cluster: [ "0.0.0.0:5050","0.0.0.0:5051","0.0.0.0:5052" ]
|
||||
|
||||
Reference in New Issue
Block a user