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