测试服启动
This commit is contained in:
6
LogicServer/LogicServerLinux.txt
Normal file → Executable file
6
LogicServer/LogicServerLinux.txt
Normal file → Executable 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,
|
||||
},
|
||||
|
||||
--连接:会话服务器
|
||||
|
||||
Reference in New Issue
Block a user