From 0658f184305e4078a4fff092131f85cfd6ccdf00 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 16 Jul 2021 11:51:34 +0800 Subject: [PATCH] chore: disabled Huawei notification by default (#590) --- README.md | 2 +- config/config.go | 2 +- config/testdata/config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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