1
0
Fork 1
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:
Daniel Supernault 2024-12-20 22:03:46 -07:00
parent 5ffcb5c13c
commit 271d5114a1
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -17,6 +17,8 @@ return [
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
'scheme' => 'https',
],
'ses' => [