mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
@@ -215,6 +215,13 @@ type config struct {
|
||||
ServiceAccount string `yaml:"serviceAccount"`
|
||||
Enable bool `yaml:"enable"`
|
||||
}
|
||||
Mob struct {
|
||||
AppKey string `yaml:"appKey"`
|
||||
PushUrl string `yaml:"pushUrl"`
|
||||
Scheme string `yaml:"scheme"`
|
||||
AppSecret string `yaml:"appSecret"`
|
||||
Enable bool `yaml:"enable"`
|
||||
}
|
||||
}
|
||||
Manager struct {
|
||||
AppManagerUid []string `yaml:"appManagerUid"`
|
||||
|
||||
Reference in New Issue
Block a user