Browse Source

Stub SES configuration.

Taylor Otwell 9 years ago
parent
commit
91f174821f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      config/services.php

+ 6 - 0
config/services.php

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