This commit is contained in:
eson
2023-07-28 19:04:21 +08:00
commit 20085e6d9a
13 changed files with 862 additions and 0 deletions

3
etc/etc_a.yaml Normal file
View File

@@ -0,0 +1,3 @@
serverid: "a"
host: "localhost"
port: 5050

3
etc/etc_b.yaml Normal file
View File

@@ -0,0 +1,3 @@
serverid: "b"
host: "localhost"
port: 5051

3
etc/etc_c.yaml Normal file
View File

@@ -0,0 +1,3 @@
serverid: "c"
host: "localhost"
port: 5052