From 2fd9dd928835b08d55ccc9fcc66e7c41c06b90a3 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Wed, 11 Aug 2021 08:04:23 +0200 Subject: [PATCH] Add uptime url to sample configuration --- bin/config_sample/config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/config_sample/config.ini b/bin/config_sample/config.ini index 507ab44..882106d 100644 --- a/bin/config_sample/config.ini +++ b/bin/config_sample/config.ini @@ -109,6 +109,9 @@ webhook_uptime_enabled = false ; The time between message posting. This time is in minutes, with a default of 60. webhook_uptime_time = 60 +; The URL of the uptime discord webhook to send messages to. Must contain the webhook ID and token. +webhook_uptime_url= + [Password] ; Whether or not to enforce password requirements. Only applicable under advanced authorization. password_requirements = true