6 |--------------------------------------------------------------------------
8 |--------------------------------------------------------------------------
10 | This file is for storing the credentials for third party services such
11 | as Mailgun, Postmark, AWS and more. This file provides the de facto
12 | location for this type of information, allowing packages to have
13 | a conventional file to locate the various service credentials.
18 'domain' => env('MAILGUN_DOMAIN'),
19 'secret' => env('MAILGUN_SECRET'),
20 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
25 'token' => env('POSTMARK_TOKEN'),
29 'key' => env('AWS_ACCESS_KEY_ID'),
30 'secret' => env('AWS_SECRET_ACCESS_KEY'),
31 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),