Skip to content

Commit

Permalink
Add Discord webhook watchdog URL example
Browse files Browse the repository at this point in the history
The docs for this thing suck but it's better than nothing
  • Loading branch information
PJB3005 committed Apr 6, 2024
1 parent 874c4d1 commit c0e2289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/en/server-hosting/setting-up-ss14-watchdog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0e2289

Please sign in to comment.