cleaning up configs

This commit is contained in:
Taylor Otwell
2016-03-01 08:23:00 -06:00
parent 8dbd26020a
commit ec0e06e783
5 changed files with 66 additions and 75 deletions

View File

@@ -24,14 +24,14 @@ return [
],
'ses' => [
'key' => env('SES_KEY'),
'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'),
'region' => 'us-east-1',
],
'stripe' => [
'model' => App\User::class,
'key' => env('STRIPE_KEY'),
'model' => App\User::class,
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
],