Shift config files

This commit is contained in:
Shift
2023-01-07 20:57:04 +00:00
parent 66f56de7aa
commit 25d7fe64cb
10 changed files with 44 additions and 22 deletions

View File

@@ -18,6 +18,7 @@ return [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
'scheme' => 'https',
],
'postmark' => [