update env variable stubs

This commit is contained in:
Taylor Otwell
2018-12-18 09:09:55 -06:00
parent 3959c09f3b
commit 87667b25ae
3 changed files with 9 additions and 6 deletions

View File

@@ -21,9 +21,9 @@ return [
],
'ses' => [
'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'),
'region' => env('SES_REGION', 'us-east-1'),
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_REGION', 'us-east-1'),
],
'sparkpost' => [