mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
7 lines
75 B
Go
7 lines
75 B
Go
package utils
|
|
|
|
const (
|
|
ApiServerIP = "api"
|
|
WsServerIP = "msg-gateway"
|
|
)
|