Merge pull request #4629 from codepotato/codepotato-ses-region-patch
Add SES_REGION to local environment file
This commit is contained in:
commit
7e28dfafa2
|
@ -22,7 +22,7 @@
|
|||
'ses' => [
|
||||
'key' => env('SES_KEY'),
|
||||
'secret' => env('SES_SECRET'),
|
||||
'region' => 'us-east-1',
|
||||
'region' => env('SES_REGION', 'us-east-1'),
|
||||
],
|
||||
|
||||
'sparkpost' => [
|
||||
|
|
Loading…
Reference in New Issue