mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-13 16:47:36 +08:00
16 lines
254 B
Go
16 lines
254 B
Go
package common
|
|
|
|
const (
|
|
UsernameV2 = "root"
|
|
PasswordV2 = "openIM123"
|
|
IpV2 = "43.128.72.19:13306"
|
|
DatabaseV2 = "openIM_v2"
|
|
)
|
|
|
|
const (
|
|
UsernameV3 = "root"
|
|
PasswordV3 = "openIM123"
|
|
IpV3 = "43.134.63.160:13306"
|
|
DatabaseV3 = "openIM_v3"
|
|
)
|