From c0e2289747842dfd87804821fb19d560a9415eac Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 6 Apr 2024 17:19:58 +0200 Subject: [PATCH] Add Discord webhook watchdog URL example The docs for this thing suck but it's better than nothing --- src/en/server-hosting/setting-up-ss14-watchdog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/en/server-hosting/setting-up-ss14-watchdog.md b/src/en/server-hosting/setting-up-ss14-watchdog.md index 1dfd7039c..a2dc6049b 100644 --- a/src/en/server-hosting/setting-up-ss14-watchdog.md +++ b/src/en/server-hosting/setting-up-ss14-watchdog.md @@ -422,6 +422,9 @@ Serilog: AllowedHosts: "*" +Notification: + DiscordWebhook: "https://discord.com/api/webhooks/..." + # API URL that your watchdog is accessible from. # This HAS to be set so the game servers can communicate with the watchdog. # If you don't want the watchdog to be publically accessible, do `http://localhost:5000/` here.