Add matrix

This commit is contained in:
2026-02-18 12:34:10 +01:00
parent 57cf153560
commit 3bb6af73c3
9 changed files with 393 additions and 1 deletions

View File

@@ -47,5 +47,11 @@ return [
'avatar_default_extension' => env('DISCORD_EXTENSION_DEFAULT', 'webp'), // only pick from jpg, png, webp
],
/**
* Matrix Registration
*/
'matrix' => [
'server' => env('MATRIX_SERVER'),
'shared_secret' => env('MATRIX_SHARED_SECRET'),
],
];