diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 3 |
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'); |