Merge pull request #2884 from arubacao/patch-1

Sync services.php with upstream repo
This commit is contained in:
Hillel Coren 2019-07-05 08:50:51 +03:00 committed by GitHub
commit ec2aedbba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,14 +25,14 @@ return [
'secret' => '',
],
'sparkpost' => [
'secret' => env('SPARKPOST_API_KEY'),
'ses' => [
'key' => env('SES_KEY', ''),
'secret' => env('SES_SECRET', ''),
'region' => env('SES_DEFAULT_REGION', 'us-east-1'),
],
'ses' => [
'key' => '',
'secret' => '',
'region' => 'us-east-1',
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET'),
],
'stripe' => [