<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Mailgun, Postmark, AWS and more. This file provides the de facto | location for this type of information, allowing packages to have | a conventional file to locate the various service credentials. | */ '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'), ], ];
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
app.php | File | 7.6 KB | 0644 |
|
auth.php | File | 3.81 KB | 0644 |
|
broadcasting.php | File | 2.04 KB | 0644 |
|
cache.php | File | 3.2 KB | 0644 |
|
cors.php | File | 846 B | 0644 |
|
database.php | File | 5.17 KB | 0644 |
|
filesystems.php | File | 2.31 KB | 0644 |
|
hashing.php | File | 1.54 KB | 0644 |
|
logging.php | File | 3.7 KB | 0644 |
|
mail.php | File | 3.69 KB | 0644 |
|
queue.php | File | 2.84 KB | 0644 |
|
sanctum.php | File | 2.24 KB | 0644 |
|
services.php | File | 979 B | 0644 |
|
session.php | File | 6.86 KB | 0644 |
|
view.php | File | 1.03 KB | 0644 |
|