Skip to content

Commit 7e28dfa

Browse files
authored
Merge pull request laravel#4629 from codepotato/codepotato-ses-region-patch
Add SES_REGION to local environment file
2 parents 3dc19a0 + 13990eb commit 7e28dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'ses' => [
2323
'key' => env('SES_KEY'),
2424
'secret' => env('SES_SECRET'),
25-
'region' => 'us-east-1',
25+
'region' => env('SES_REGION', 'us-east-1'),
2626
],
2727

2828
'sparkpost' => [

0 commit comments

Comments
 (0)