mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
user bug fix
This commit is contained in:
parent
9645d16b2d
commit
78a30a7663
@ -209,8 +209,8 @@ push:
|
|||||||
manager:
|
manager:
|
||||||
#app管理员userID和对应的secret 建议修改。 用于管理后台登录,也可以用户管理后台对应的api
|
#app管理员userID和对应的secret 建议修改。 用于管理后台登录,也可以用户管理后台对应的api
|
||||||
appManagerUid: [ "openIM123456","openIM654321", "openIM333", "openIMAdmin"]
|
appManagerUid: [ "openIM123456","openIM654321", "openIM333", "openIMAdmin"]
|
||||||
secrets: [ "openIM1","openIM2", "openIM333", "openIMAdmin"]
|
nickname: [ "系统通知","openIM654321", "openIM333", "openIMAdmin" ]
|
||||||
appSysNotificationName: "系统通知"
|
|
||||||
|
|
||||||
secret: tuoyun
|
secret: tuoyun
|
||||||
# 多端互踢策略
|
# 多端互踢策略
|
||||||
|
@ -224,8 +224,7 @@ type config struct {
|
|||||||
}
|
}
|
||||||
Manager struct {
|
Manager struct {
|
||||||
AppManagerUid []string `yaml:"appManagerUid"`
|
AppManagerUid []string `yaml:"appManagerUid"`
|
||||||
// AppSysNotificationName string `yaml:"appSysNotificationName"`
|
Nickname []string `yaml:"nickname"`
|
||||||
Nickname []string `yaml:"nickname"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Kafka struct {
|
Kafka struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user