Skip to content

Commit

Permalink
added sendgrid service
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 22, 2020
1 parent ff83681 commit 114b832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],

'sendgrid' => [
'api_key' => env('SENDGRID_API_KEY'),
],

];

0 comments on commit 114b832

Please sign in to comment.