From 6e5fd763c9c062e814e74a3b4562c9126c7b2f3f Mon Sep 17 00:00:00 2001 From: shubhamgupta2956 Date: Fri, 11 Oct 2019 04:08:02 +0530 Subject: [PATCH] Documentation update --- docs/Setup.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/Setup.md b/docs/Setup.md index 2cd45999..a4445d99 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -75,9 +75,18 @@ jwt_secret = "beast_jwt_secret_SUPER_STRONG_0x100010000100" # To allow beast to send notification to a notification channel povide this webhook URL -# We are also working on implmeneting notification using Discord and IRC. -slack_webhook = "" +# We are also working on implmeneting notification using IRC. +[[webhooks]] +# The webhook URL of notification channel where notification should be sent +url = "" + +# The service name to be used. It can be `discord` and `slack` +service_name = "discord" + +# Status of webhook URL to be used. +# If it is false then notification will not be sent on this URL +active = true # The sidecar that we support with beast, currently we only support two MySQL and # MongoDB.