forked from leftypol/leftypol
config.php: restructure matrix configuration a bit
This commit is contained in:
parent
6473ff6ab6
commit
703637a948
1 changed files with 8 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue