chore: disabled Huawei notification by default (#590)
This commit is contained in:
@@ -142,7 +142,7 @@ android:
|
|||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|
||||||
huawei:
|
huawei:
|
||||||
enabled: true
|
enabled: false
|
||||||
appsecret: "YOUR_APP_SECRET"
|
appsecret: "YOUR_APP_SECRET"
|
||||||
appid: "YOUR_APP_ID"
|
appid: "YOUR_APP_ID"
|
||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ android:
|
|||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|
||||||
huawei:
|
huawei:
|
||||||
enabled: true
|
enabled: false
|
||||||
appsecret: "YOUR_APP_SECRET"
|
appsecret: "YOUR_APP_SECRET"
|
||||||
appid: "YOUR_APP_ID"
|
appid: "YOUR_APP_ID"
|
||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|||||||
2
config/testdata/config.yml
vendored
2
config/testdata/config.yml
vendored
@@ -44,7 +44,7 @@ android:
|
|||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|
||||||
huawei:
|
huawei:
|
||||||
enabled: true
|
enabled: false
|
||||||
appsecret: "YOUR_APP_SECRET"
|
appsecret: "YOUR_APP_SECRET"
|
||||||
appid: "YOUR_APP_ID"
|
appid: "YOUR_APP_ID"
|
||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|||||||
Reference in New Issue
Block a user