diff --git a/config/config.yaml b/config/config.yaml index 3230ab3d2..e6a56d4e0 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -209,8 +209,8 @@ push: manager: #app管理员userID和对应的secret 建议修改。 用于管理后台登录,也可以用户管理后台对应的api appManagerUid: [ "openIM123456","openIM654321", "openIM333", "openIMAdmin"] - secrets: [ "openIM1","openIM2", "openIM333", "openIMAdmin"] - appSysNotificationName: "系统通知" + nickname: [ "系统通知","openIM654321", "openIM333", "openIMAdmin" ] + secret: tuoyun # 多端互踢策略 diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 07af58166..ac2c477fb 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -224,8 +224,7 @@ type config struct { } Manager struct { AppManagerUid []string `yaml:"appManagerUid"` - // AppSysNotificationName string `yaml:"appSysNotificationName"` - Nickname []string `yaml:"nickname"` + Nickname []string `yaml:"nickname"` } Kafka struct {