test(cross): 修改交叉服测试配置

- 将 GateAddr 从 "100.88.157.105" 修改为 "127.0.0.1"
- 将 map.id 从 150 修改为 1
This commit is contained in:
2025-05-17 11:44:08 +08:00
parent 403b49453e
commit 2401c4a89a

View File

@@ -3,10 +3,10 @@ CrossSourceServerConfig={
[1] = {
kfid = 1,
openday = {1,-1},
GateAddr = "100.88.157.105",
GateAddr = "127.0.0.1",
GatePort = 10001,
CrossIP = "127.0.0.1",
CrossPort = 10002,
map = {id=150,range={53,36,3,3,}},
map = {id=1,range={53,36,3,3,}},
}
}