测试服启动

This commit is contained in:
root
2024-12-16 20:45:03 +08:00
parent 00ee9dd8ea
commit 764ae3c97c
1884 changed files with 6 additions and 6 deletions

6
LogicServer/LogicServerLinux.txt Normal file → Executable file
View File

@@ -8,19 +8,19 @@ LogicServer = {
--监听:网关服务器
GateService = {
Address = "0.0.0.0",
Port = 23101,
Port = 10318,
},
--连接:数据服务器
DbServer = {
Address = "127.0.0.1",
Port = 32101,
Port = 10319,
},
--连接LocalLog服务器
LocalLogServer = {
Address = "127.0.0.1",
Port = 33101,
Port = 35010,
},
--连接:会话服务器