feat(server): 更新服务器配置并调整网络设置
- 修改数据库服务器地址和端口 - 更新后台服务器地址 - 调整逻辑服务器和其他相关服务器的地址 - 更改数据库密码 - 在 docker-compose.yml 中添加网络配置和端口映射
This commit is contained in:
@@ -13,37 +13,37 @@ LogicServer = {
|
||||
|
||||
--连接:数据服务器
|
||||
DbServer = {
|
||||
Address = "127.0.0.1",
|
||||
Address = "172.36.10.25",
|
||||
Port = 10319,
|
||||
},
|
||||
|
||||
--连接:LocalLog服务器
|
||||
LocalLogServer = {
|
||||
Address = "127.0.0.1",
|
||||
Address = "172.36.10.25",
|
||||
Port = 35010,
|
||||
},
|
||||
|
||||
--连接:会话服务器
|
||||
SessionServer = {
|
||||
Address = "127.0.0.1",
|
||||
Address = "172.36.10.25",
|
||||
Port = 31000,
|
||||
},
|
||||
|
||||
--连接:Log服务器
|
||||
LogServer = {
|
||||
Address = "127.0.0.1",
|
||||
Address = "172.36.10.25",
|
||||
Port = 34000,
|
||||
},
|
||||
|
||||
--连接:AM服务器
|
||||
AMServer = {
|
||||
Host = "127.0.0.1",
|
||||
Host = "172.36.10.25",
|
||||
Port = 5660,
|
||||
},
|
||||
|
||||
--连接:后台服务器
|
||||
MgrServer = {
|
||||
Host = "127.0.0.1",
|
||||
Host = "172.36.10.25",
|
||||
Port = 8500,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user