Merge pull request #4629 from codepotato/codepotato-ses-region-patch

Add SES_REGION to local environment file
This commit is contained in:
Taylor Otwell 2018-04-09 05:18:44 -07:00 committed by GitHub
commit 7e28dfafa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
'ses' => [ 'ses' => [
'key' => env('SES_KEY'), 'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'), 'secret' => env('SES_SECRET'),
'region' => 'us-east-1', 'region' => env('SES_REGION', 'us-east-1'),
], ],
'sparkpost' => [ 'sparkpost' => [