diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index e25f427..9ded280 100644 --- a/config.php.example +++ b/config.php.example @@ -15,6 +15,12 @@ define('MAIL_FROM', 'system@example.com'); define('ANNOUNCE_MAIL', 'announce@example.com'); define('ANNOUNCE_DISCORD', 'https://discord.com/api/webhooks/thing'); +define('ANNOUNCE_IRCSERVER', 'irc.example.com'); +define('ANNOUNCE_IRCCHANNEL', '#example'); +define('ANNOUNCE_NNTPSERVER', 'news.example.com'); +define('ANNOUNCE_NNTPUSER', 'user'); +define('ANNOUNCE_NNTPPASS', 'password'); +define('ANNOUNCE_NNTPGROUP', 'misc.test'); define('DOMAIN', 'dash.example.com'); |