mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-24 16:09:14 +01:00
Add ability to disable SSL peers checking via an env var - Closes #219
This commit is contained in:
parent
3769a792a0
commit
a96a1cef05
@ -44,6 +44,7 @@
|
||||
'password' => env('MAIL_PASSWORD'),
|
||||
'timeout' => null,
|
||||
'local_domain' => env('MAIL_EHLO_DOMAIN'),
|
||||
'verify_peer' => env('MAIL_VERIFY_SSL_PEER', true),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
|
Loading…
Reference in New Issue
Block a user