diff options
Diffstat (limited to 'config/services.php')
-rw-r--r-- | config/services.php | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/config/services.php b/config/services.php index 0ace530..8407709 100644 --- a/config/services.php +++ b/config/services.php @@ -14,21 +14,8 @@ return [ | */ - 'mailgun' => [ - 'domain' => env('MAILGUN_DOMAIN'), - 'secret' => env('MAILGUN_SECRET'), - 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), - 'scheme' => 'https', - ], - - 'postmark' => [ - 'token' => env('POSTMARK_TOKEN'), - ], - - 'ses' => [ - 'key' => env('AWS_ACCESS_KEY_ID'), - 'secret' => env('AWS_SECRET_ACCESS_KEY'), - 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), - ], - + 'lastfm' => [ + 'key' => env('LASTFM_KEY'), + 'user' => env('LASTFM_USER') + ] ]; |