Stub SES configuration.
This commit is contained in:
parent
f9d4bcd13d
commit
91f174821f
|
@ -23,6 +23,12 @@
|
|||
'secret' => '',
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
'key' => '',
|
||||
'secret' => '',
|
||||
'region' => 'us-east-1',
|
||||
],
|
||||
|
||||
'stripe' => [
|
||||
'model' => 'User',
|
||||
'secret' => '',
|
||||
|
|
Loading…
Reference in New Issue