From e8954d774b0fa85b1c8b5f0215bb7461ee74609e Mon Sep 17 00:00:00 2001 From: kerem Date: Sat, 15 May 2021 02:11:42 +0300 Subject: [PATCH] chore(README): use apikey for v1.13.0 or below (#572) for Huawei configs you should use apikey instead of appsecret for v1.13.0 or below --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7661a6..7f8dab8 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ android: huawei: enabled: true - appsecret: "YOUR_APP_SECRET" + appsecret: "YOUR_APP_SECRET" # use 'apikey' instead if you use v1.13.0 or below appid: "YOUR_APP_ID" max_retry: 0 # resend fail notification, default value zero is disabled