Urgent add carto API key

This commit is contained in:
2026-08-27 21:49:46 +10:00
parent f31f1bc2fc
commit 947f4839ce
4 changed files with 12 additions and 4 deletions
+4
View File
@@ -18,6 +18,10 @@ return [
'key' => env('POSTMARK_API_KEY'),
],
'carto' => [
'key' => env('CARTO_API_KEY'),
],
'resend' => [
'key' => env('RESEND_API_KEY'),
],