mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
add default value for mailgun endpoint
This commit is contained in:
parent
12e2306755
commit
7d2a86580d
@ -38,7 +38,7 @@ return [
|
||||
|
||||
'mailgun' => [
|
||||
'domain' => env('MAILGUN_DOMAIN'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT','api.mailgun.net'),
|
||||
'secret' => env('MAILGUN_SECRET'),
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user