From c47e54eae59eecfe31d029a36d2da4d8540357c0 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sun, 15 Sep 2024 07:55:16 +0700 Subject: [PATCH] chore: update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index e336fbc..7f45f3d 100644 --- a/readme.md +++ b/readme.md @@ -33,6 +33,11 @@ Now that we support ARM64 for Linux: - Webhook for received message - `--webhook="http://yourwebhook.site/handler"`, or you can simplify - `-w="http://yourwebhook.site/handler"` +- Webhook Secret + + Our webhook will be sent to you with an HMAC header and a sha256 default key `secret`.
+ You may modify this by using the option below: + - `--webhook-secret="secret"` - For more command `./main --help` ### Required (without docker)