mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-13 16:47:36 +08:00
feat:update config
This commit is contained in:
parent
c0bf7d3ce8
commit
f6286e4038
@ -19,7 +19,7 @@ package common
|
|||||||
const (
|
const (
|
||||||
UsernameV2 = "root"
|
UsernameV2 = "root"
|
||||||
PasswordV2 = "openIM"
|
PasswordV2 = "openIM"
|
||||||
IpV2 = "121.5.182.23:13306"
|
IpV2 = "127.0.0.1:13306"
|
||||||
DatabaseV2 = "openIM_v2"
|
DatabaseV2 = "openIM_v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ const (
|
|||||||
const (
|
const (
|
||||||
UsernameV3 = "root"
|
UsernameV3 = "root"
|
||||||
PasswordV3 = "openIM123"
|
PasswordV3 = "openIM123"
|
||||||
IpV3 = "43.134.63.160:13306"
|
IpV3 = "127.0.0.1:13306"
|
||||||
DatabaseV3 = "openIM_v3"
|
DatabaseV3 = "openIM_v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ const (
|
|||||||
|
|
||||||
// Zookeeper
|
// Zookeeper
|
||||||
const (
|
const (
|
||||||
ZkAddr = "43.134.63.160:2181"
|
ZkAddr = "127.0.0.1:2181"
|
||||||
ZKSchema = "openim"
|
ZKSchema = "openim"
|
||||||
ZKUsername = ""
|
ZKUsername = ""
|
||||||
ZKPassword = ""
|
ZKPassword = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user