Commit 91f17482 authored by Taylor Otwell's avatar Taylor Otwell

Stub SES configuration.

parent f9d4bcd1
......@@ -23,6 +23,12 @@ return [
'secret' => '',
],
'ses' => [
'key' => '',
'secret' => '',
'region' => 'us-east-1',
],
'stripe' => [
'model' => 'User',
'secret' => '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment