diff --git a/config/services.php b/config/services.php index 287b1186229..1581f1dbf6d 100644 --- a/config/services.php +++ b/config/services.php @@ -19,6 +19,10 @@ 'secret' => env('MAILGUN_SECRET'), ], + 'mandrill' => [ + 'secret' => env('MANDRILL_SECRET'), + ], + 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'),