diff --git a/README.md b/README.md index 9951332..2396cb0 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ android: max_retry: 0 # resend fail notification, default value zero is disabled huawei: - enabled: true + enabled: false appsecret: "YOUR_APP_SECRET" appid: "YOUR_APP_ID" max_retry: 0 # resend fail notification, default value zero is disabled diff --git a/config/config.go b/config/config.go index ce37a7c..828e19b 100644 --- a/config/config.go +++ b/config/config.go @@ -57,7 +57,7 @@ android: max_retry: 0 # resend fail notification, default value zero is disabled huawei: - enabled: true + enabled: false appsecret: "YOUR_APP_SECRET" appid: "YOUR_APP_ID" max_retry: 0 # resend fail notification, default value zero is disabled diff --git a/config/testdata/config.yml b/config/testdata/config.yml index 34d7861..1b04997 100644 --- a/config/testdata/config.yml +++ b/config/testdata/config.yml @@ -44,7 +44,7 @@ android: max_retry: 0 # resend fail notification, default value zero is disabled huawei: - enabled: true + enabled: false appsecret: "YOUR_APP_SECRET" appid: "YOUR_APP_ID" max_retry: 0 # resend fail notification, default value zero is disabled