Skip to content

Commit

Permalink
add resend
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 3, 2024
1 parent e7cc577 commit 4b15887
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/services.php
Expand Up @@ -24,6 +24,10 @@
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],

'resend' => [
'key' => env('RESEND_KEY'),

This comment has been minimized.

Copy link
@jayanratna

jayanratna May 3, 2024

Should this be RESEND_API_KEY?

Unless you're working on something special 😉

This comment has been minimized.

Copy link
@TENIOS

TENIOS May 8, 2024

Contributor

I think so too. Like as AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.

This comment has been minimized.

Copy link
@dumbophp

dumbophp May 8, 2024

maybe AWS_SECRET_KEY ?

This comment has been minimized.

Copy link
@TENIOS

TENIOS May 9, 2024

Contributor

maybe AWS_SECRET_KEY ?

I don't think that'll be for us to decide.

],

'slack' => [
'notifications' => [
'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),
Expand Down

0 comments on commit 4b15887

Please sign in to comment.