1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

Merge pull request #6417 from dinandmentink/master

Allow configuring mailgun endpoint by setting MAILGUN_ENDPOINT
This commit is contained in:
David Bomba 2021-08-06 19:59:01 +10:00 committed by GitHub
commit dcfd178c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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