Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 70bce71

Browse files
committed
Update services.php
1 parent dfc3afe commit 70bce71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/services.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
'ses' => [
2222
'key' => env('AWS_ACCESS_KEY_ID'),
2323
'secret' => env('AWS_SECRET_ACCESS_KEY'),
24-
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
24+
'region' => env('AWS_DEFAULT_REGION', 'eu-west-1'),
25+
],
26+
27+
'resend' => [
28+
'key' => env('RESEND_KEY'),
2529
],
2630

2731
'slack' => [

0 commit comments

Comments
 (0)