Added SparkPost config

This commit is contained in:
Davide Bellini
2016-03-02 01:04:24 +01:00
parent ec0e06e783
commit da5d3d84fe
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ return [
'secret' => env('MANDRILL_SECRET'),
],
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET'),
],
'ses' => [
'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'),