Files
chuanqi-server-instance/LogicServer/LogicServerLinux.txt

50 lines
809 B
Plaintext
Raw Normal View History

2024-12-16 13:51:31 +08:00
LogicServer = {
ServerName = "版本验收-逻辑服(sid=1001)",
ServerIndex = 1,
ServerOpenTime = "2022-09-29 20:41:42",
--ServerCombineTime = "2023-12-21 8:00:00",
spguid=1,
--监听:网关服务器
GateService = {
Address = "0.0.0.0",
2024-12-16 20:45:03 +08:00
Port = 10318,
2024-12-16 13:51:31 +08:00
},
--连接:数据服务器
DbServer = {
Address = "127.0.0.1",
2024-12-16 20:45:03 +08:00
Port = 10319,
2024-12-16 13:51:31 +08:00
},
--连接LocalLog服务器
LocalLogServer = {
Address = "127.0.0.1",
2024-12-16 20:45:03 +08:00
Port = 35010,
2024-12-16 13:51:31 +08:00
},
--连接:会话服务器
SessionServer = {
Address = "127.0.0.1",
Port = 31000,
},
--连接Log服务器
LogServer = {
Address = "127.0.0.1",
Port = 34000,
},
--连接AM服务器
AMServer = {
Host = "127.0.0.1",
Port = 5660,
},
--连接:后台服务器
MgrServer = {
Host = "127.0.0.1",
Port = 8500,
},
}