aboutsummaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-04-28 05:02:52 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-04-28 05:02:52 +0200
commit0d733500b8a5e94eafc31b45a9015220d85ea8c2 (patch)
treeaf35942c923deede466d4df68925a7d713ba3d09 /config.php.example
parent9f20c90c320140dbcaa9acfa6a58fea3e40f6806 (diff)
downloadarfnet2-cstims-0d733500b8a5e94eafc31b45a9015220d85ea8c2.tar.gz
arfnet2-cstims-0d733500b8a5e94eafc31b45a9015220d85ea8c2.zip
Add discord webhook announce
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example3
1 files changed, 2 insertions, 1 deletions
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');