feat: add fuelalert config and public /stations route

This commit is contained in:
Ovidiu U
2026-04-05 20:21:43 +01:00
parent a80320bc27
commit 279ed529ab
3 changed files with 9 additions and 0 deletions

View File

@@ -50,4 +50,8 @@ return [
'model' => env('ANTHROPIC_MODEL', 'claude-sonnet-4-6'),
],
'fuelalert' => [
'api_key' => env('FUELALERT_API_KEY'),
],
];