chore: disabled Huawei notification by default (#590)

This commit is contained in:
Bo-Yi Wu 2021-07-16 11:51:34 +08:00 committed by GitHub
parent 45be946f54
commit 0658f18430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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