update configuration

This commit is contained in:
2024-04-22 19:53:10 +10:00
parent 32f7770e75
commit 363d8cfcdb
3 changed files with 14 additions and 16 deletions

View File

@@ -82,6 +82,13 @@ return [
],
],
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
'scheme' => 'https',
],
],
/*