feat: implement boris

This commit is contained in:
Rico
2026-03-02 00:04:01 +01:00
parent ff81bc43bb
commit 016abb1ea3
9 changed files with 205 additions and 20 deletions

View File

@@ -13,4 +13,9 @@ return [
'api_key' => env('LMI_API_KEY'),
],
'boris' => [
'url' => env('BORIS_URL', 'https://boris.heimerdinger.lol'),
'api_key' => env('BORIS_API_KEY'),
],
];