Merge branch 'shichuang' of github.com:OpenIMSDK/Open-IM-Server into shichuang

This commit is contained in:
wangchuxiao
2022-09-14 10:29:55 +08:00
4 changed files with 45 additions and 8 deletions
+2
View File
@@ -199,6 +199,8 @@ type config struct {
Enable bool `yaml:"enable"`
Intent string `yaml:"intent"`
MasterSecret string `yaml:"masterSecret"`
ChannelID string `yaml:"channelID"`
ChannelName string `yaml:"channelName"`
}
Fcm struct {
ServiceAccount string `yaml:"serviceAccount"`