config.php: restructure matrix configuration a bit

This commit is contained in:
Zankaria 2024-10-30 12:36:23 +01:00
parent 6473ff6ab6
commit 703637a948

View file

@ -1895,12 +1895,14 @@
*/
// Matrix integration for reports
// $config['matrix'] = array(
// 'access_token' => 'ACCESS_TOKEN',
// 'room_id' => '%21askjdlkajsdlka:matrix.org',
// 'host' => 'https://matrix.org',
// 'max_message_length' => 240
// );
$config['matrix'] = [
'enabled' => false,
'access_token' => 'ACCESS_TOKEN',
// Note: must be already url-escaped.
'room_id' => '%21askjdlkajsdlka:matrix.org',
'host' => 'https://matrix.org',
'max_message_length' => 240
];
//Securimage captcha
//Note from lainchan PR: "TODO move a bunch of things here"