refactor(gateway): 修改 GateWay 服务名称
- 将 GateWay 服务名称从 "版本验收-网关服(sid=1001)" 修改为 "版本验收-分服务器" - 此修改统一了分服务器的服务名称,提高了配置的一致性和可维护性
This commit is contained in:
@@ -16,7 +16,7 @@ GateServer = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
LocalService = {
|
LocalService = {
|
||||||
ServerName = "版本验收-网关服(sid=1001)",
|
ServerName = "版本验收-分服务器",
|
||||||
Address = "0.0.0.0",
|
Address = "0.0.0.0",
|
||||||
Port = 11319,
|
Port = 11319,
|
||||||
MaxSession = 8192, --网关中客户端连接池的最大连接数
|
MaxSession = 8192, --网关中客户端连接池的最大连接数
|
||||||
|
|||||||
Reference in New Issue
Block a user