diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-05-01 13:26:26 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-05-01 13:26:26 +0200 |
commit | 531356f97c3a0268fbe0ab98c7158f8147bacd66 (patch) | |
tree | 7b7de2666ca1ca6c7680fada5bbcf2b5c796fea1 /config.php.example | |
parent | 5e4caac04d9a92b375133edfe6fe8324d274a7ad (diff) | |
download | arfnet2-cstims-531356f97c3a0268fbe0ab98c7158f8147bacd66.tar.gz arfnet2-cstims-531356f97c3a0268fbe0ab98c7158f8147bacd66.zip |
NNTP announce working
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'); |