Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make Huawei configs compatible with HMS Core 4.0 #561

Merged
merged 5 commits into from
Mar 28, 2021

Conversation

keremoge
Copy link
Contributor

Huawei token and push urls are changed to be compatible with HMS4.0 and misleading ApiKey word changed to AppSecret for huawei configs

config/config.go Outdated
conf.Huawei.APIKey = viper.GetString("huawei.apikey")
conf.Huawei.APPId = viper.GetString("huawei.appid")
conf.Huawei.AppSecret = viper.GetString("huawei.appsecret")
conf.Huawei.AppId = viper.GetString("huawei.appid")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I fixed the errors for AppID, but make lint now throws different error. When I try make lint locally it doesn't show any errors. Can you check it out?

@appleboy appleboy merged commit 9c51cbc into appleboy:master Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants