mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 13:37:13 +08:00
bug fix:change port value
This commit is contained in:
parent
f245afb220
commit
e84530b6c9
@ -77,7 +77,7 @@ func (a *RpcCmd) GetPortFromConfig(portType string) int {
|
||||
}
|
||||
case RpcMsgServer:
|
||||
if portType == constant.FlagPort {
|
||||
return config2.Config.RpcPort.OpenImMessageGatewayPort[0]
|
||||
return config2.Config.RpcPort.OpenImMessagePort[0]
|
||||
}
|
||||
case RpcThirdServer:
|
||||
if portType == constant.FlagPort {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user