Stub SES configuration.

This commit is contained in:
Taylor Otwell 2014-11-19 23:36:45 -06:00
parent f9d4bcd13d
commit 91f174821f
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@
'secret' => '', 'secret' => '',
], ],
'ses' => [
'key' => '',
'secret' => '',
'region' => 'us-east-1',
],
'stripe' => [ 'stripe' => [
'model' => 'User', 'model' => 'User',
'secret' => '', 'secret' => '',