mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-14 17:31:50 +08:00
feat:data conversion
This commit is contained in:
parent
659441ba0d
commit
94e9827efb
@ -19,15 +19,15 @@ package common
|
|||||||
const (
|
const (
|
||||||
UsernameV2 = "root"
|
UsernameV2 = "root"
|
||||||
PasswordV2 = "openIM"
|
PasswordV2 = "openIM"
|
||||||
IpV2 = "127.0.0.1:13306"
|
IpV2 = "121.5.182.23:13306"
|
||||||
DatabaseV2 = "openIM_v2"
|
DatabaseV2 = "openIM_v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// V3
|
// V3
|
||||||
const (
|
const (
|
||||||
UsernameV3 = "root"
|
UsernameV3 = "root"
|
||||||
PasswordV3 = "123456"
|
PasswordV3 = "openIM123"
|
||||||
IpV3 = "127.0.0.1:13306"
|
IpV3 = "43.134.63.160:13306"
|
||||||
DatabaseV3 = "openIM_v3"
|
DatabaseV3 = "openIM_v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ const (
|
|||||||
|
|
||||||
// Zookeeper
|
// Zookeeper
|
||||||
const (
|
const (
|
||||||
ZkAddr = "127.0.0.1:2181"
|
ZkAddr = "43.134.63.160:2181"
|
||||||
ZKSchema = "openim"
|
ZKSchema = "openim"
|
||||||
ZKUsername = ""
|
ZKUsername = ""
|
||||||
ZKPassword = ""
|
ZKPassword = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user