idz: Use Switchboard config for some ports

This commit is contained in:
Tau 2020-03-11 18:02:25 -04:00 committed by da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent 4abc04e9f6
commit d3984dcd5d

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,