idz: Use Switchboard config for some ports

This commit is contained in:
Tau
2020-09-01 01:10:31 +00:00
committed by Tau
parent 941f858b15
commit 587f73518d
+4 -4
View File
@@ -12,14 +12,14 @@ export function loadServerList(
status: 1,
userDb: {
addr: HOST_EXT,
tcp: 10000,
tcp: PORT_IDZ.USERDB.TCP,
http: 10001,
},
matchAddr: HOST_EXT,
matchPort: {
tcp: 10002,
udpSend: 10003,
udpRecv: 10004,
tcp: PORT_IDZ.MATCH.TCP,
udpSend: PORT_IDZ.MATCH.UDP_SEND,
udpRecv: PORT_IDZ.MATCH.UDP_RECV,
},
tagMatchPort: {
tcp: 10005,