Skip to content

Commit

Permalink
fix no YOUTUBE_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
abourtnik committed Dec 21, 2023
1 parent 216ecb4 commit ec75189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
'redirect' => env('APP_URL') . '/oauth/callback/facebook',
],
'youtube' => [
'api_key' => env('YOUTUBE_API_KEY'),
'api_key' => env('YOUTUBE_API_KEY', ''),
]
];

0 comments on commit ec75189

Please sign in to comment.