From 0d733500b8a5e94eafc31b45a9015220d85ea8c2 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 28 Apr 2024 05:02:52 +0200 Subject: Add discord webhook announce --- config.php.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index ef5d0d1..e25f427 100644 --- a/config.php.example +++ b/config.php.example @@ -13,7 +13,8 @@ define('MAIL_USER', 'user'); define('MAIL_PASSWORD', 'password'); define('MAIL_FROM', 'system@example.com'); -define('MAIL_ANNOUNCE_ADDRESS', 'announce@example.com'); +define('ANNOUNCE_MAIL', 'announce@example.com'); +define('ANNOUNCE_DISCORD', 'https://discord.com/api/webhooks/thing'); define('DOMAIN', 'dash.example.com'); -- cgit v1.2.3