Commit b4024058 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3789 from luqmanrom/master

Add missing Mandrill secret keys in config.services
parents b6b948aa 93529687
...@@ -19,6 +19,10 @@ return [ ...@@ -19,6 +19,10 @@ return [
'secret' => env('MAILGUN_SECRET'), 'secret' => env('MAILGUN_SECRET'),
], ],
'mandrill' => [
'secret' => env('MANDRILL_SECRET'),
],
'ses' => [ 'ses' => [
'key' => env('SES_KEY'), 'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'), 'secret' => env('SES_SECRET'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment