Files
chuanqi-server-instance/LogicServer/LogicServerLinux.txt
root fe82801742 feat(server): 更新服务器配置并调整网络设置
- 修改数据库服务器地址和端口
- 更新后台服务器地址
- 调整逻辑服务器和其他相关服务器的地址
- 更改数据库密码
- 在 docker-compose.yml 中添加网络配置和端口映射
2025-07-02 23:05:36 +08:00

50 lines
827 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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",
Port = 10318,
},
--连接:数据服务器
DbServer = {
Address = "172.36.10.25",
Port = 10319,
},
--连接LocalLog服务器
LocalLogServer = {
Address = "172.36.10.25",
Port = 35010,
},
--连接:会话服务器
SessionServer = {
Address = "172.36.10.25",
Port = 31000,
},
--连接Log服务器
LogServer = {
Address = "172.36.10.25",
Port = 34000,
},
--连接AM服务器
AMServer = {
Host = "172.36.10.25",
Port = 5660,
},
--连接:后台服务器
MgrServer = {
Host = "172.36.10.25",
Port = 8500,
},
}