chore: disabled Huawei notification by default (#590)
This commit is contained in:
parent
45be946f54
commit
0658f18430
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue