mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 19:45:58 +08:00
Error code standardization
This commit is contained in:
@@ -213,9 +213,9 @@ type config struct {
|
||||
}
|
||||
}
|
||||
Manager struct {
|
||||
AppManagerUid []string `yaml:"appManagerUid"`
|
||||
Secrets []string `yaml:"secrets"`
|
||||
AppSysNotificationName string `yaml:"appSysNotificationName"`
|
||||
AppManagerUid []string `yaml:"appManagerUid"`
|
||||
// AppSysNotificationName string `yaml:"appSysNotificationName"`
|
||||
Nickname []string `yaml:"nickname"`
|
||||
}
|
||||
|
||||
Kafka struct {
|
||||
|
||||
Reference in New Issue
Block a user