2022-03-11 18:10:35 +08:00

7 lines
75 B
Go

package utils
const (
ApiServerIP = "api"
WsServerIP = "msg-gateway"
)