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