mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-21 15:22:42 +00:00
Update mailgun config, add endpoint and scheme
This commit is contained in:
parent
5ffcb5c13c
commit
271d5114a1
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ return [
|
|||
'mailgun' => [
|
||||
'domain' => env('MAILGUN_DOMAIN'),
|
||||
'secret' => env('MAILGUN_SECRET'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
|
||||
'scheme' => 'https',
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
|
|
Loading…
Reference in a new issue