#------------------------------------------------------------------------------# discord (discord.com) global notification options# multiple recipients can be given like this:# "CHANNEL1 CHANNEL2 ..."# enable/disable sending discord notificationsSEND_DISCORD="YES"# Create a webhook by following the official documentation -# https://support.discord.com/hc/en-us/articles/228383668-Intro-to-WebhooksDISCORD_WEBHOOK_URL="<<paste in Discord webhook>>"# if a role's recipients are not configured, a notification will be send to# this discord channel (empty = do not send a notification for unconfigured# roles): DEFAULT_RECIPIENT_DISCORD="netdata"