Skip to content

Commit

Permalink
Looking for wrong ENV Variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
anditopping committed Mar 7, 2024
1 parent 4c7d9b5 commit 4d69aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/thoughtco/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

return [
'maps' => [
'api_key' => env('GOOGLE_API', ''),
'api_key' => env('GOOGLE_MAPS_GEOCODING_API_KEY', ''),
]
];

0 comments on commit 4d69aee

Please sign in to comment.