refactor(server_999): 本地化服务器配置并调整内存键值

- 将所有服务器的监听IP从 0.0.0.0 修改为 127.0.0.1,以限制仅为本地访问
- 修改 relation_svr 和 relay_svr 的内存池共享键值
- 更新 zone_conn 和 zone_svr 的连接URL为本地地址
This commit is contained in:
root
2025-05-07 21:19:20 +08:00
parent 3c8e1abaa1
commit 2cb6ad5bb5
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="GBK" standalone="yes" ?>
<world_svrconf version="1" >
<TextMsgHost>0.0.0.0</TextMsgHost>
<TextMsgHost>127.0.0.1</TextMsgHost>
<TextMsgPort>19992</TextMsgPort>
<MemPoolShmKey>1109992</MemPoolShmKey>
<MemPoolShmSize>200000000</MemPoolShmSize>