Allow SES region configuration; closes #4124
This commit is contained in:
parent
8771597560
commit
21ca91abd0
2 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@ return [
|
|||
'ses' => [
|
||||
'key' => env('SES_KEY'),
|
||||
'secret' => env('SES_SECRET'),
|
||||
'region' => 'us-east-1',
|
||||
'region' => env('SES_REGION', 'us-east-1'),
|
||||
],
|
||||
|
||||
'sparkpost' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue