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
|
// Matrix integration for reports
|
||||||
// $config['matrix'] = array(
|
$config['matrix'] = [
|
||||||
// 'access_token' => 'ACCESS_TOKEN',
|
'enabled' => false,
|
||||||
// 'room_id' => '%21askjdlkajsdlka:matrix.org',
|
'access_token' => 'ACCESS_TOKEN',
|
||||||
// 'host' => 'https://matrix.org',
|
// Note: must be already url-escaped.
|
||||||
// 'max_message_length' => 240
|
'room_id' => '%21askjdlkajsdlka:matrix.org',
|
||||||
// );
|
'host' => 'https://matrix.org',
|
||||||
|
'max_message_length' => 240
|
||||||
|
];
|
||||||
|
|
||||||
//Securimage captcha
|
//Securimage captcha
|
||||||
//Note from lainchan PR: "TODO move a bunch of things here"
|
//Note from lainchan PR: "TODO move a bunch of things here"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue