Merge pull request #3789 from luqmanrom/master
Add missing Mandrill secret keys in config.services
This commit is contained in:
commit
b4024058bb
|
@ -19,6 +19,10 @@
|
||||||
'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'),
|
||||||
|
|
Loading…
Reference in New Issue