- 修改数据库服务器地址和端口 - 更新后台服务器地址 - 调整逻辑服务器和其他相关服务器的地址 - 更改数据库密码 - 在 docker-compose.yml 中添加网络配置和端口映射
17 lines
663 B
Plaintext
Executable File
17 lines
663 B
Plaintext
Executable File
GateServer = {
|
|
{
|
|
--网关服务的绑定地址和端口
|
|
LocalService = {
|
|
ServerName = "版本验收-网关服(sid=1001)",
|
|
Address = "0.0.0.0",
|
|
Port = 10317,
|
|
MaxSession = 8192, --网关中客户端连接池的最大连接数
|
|
SendThreadCount = 20, --数据发送线程池中工作线程数量
|
|
},
|
|
--后台服务器的地址和端口
|
|
BackServer = {
|
|
Host = "logic",
|
|
Port = 10318,
|
|
},
|
|
},
|
|
} |