mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-21 12:32:04 +02:00
Update .env.example: remove MAIL_FROM; add MAIL_VERIFY_SSL_PEER
See: https://github.com/Bubka/2FAuth/issues/245#issuecomment-1823913412
This commit is contained in:
parent
c765bfdb4b
commit
b67ad3b4c9
@ -122,13 +122,13 @@ MYSQL_ATTR_SSL_CA=
|
||||
MAIL_DRIVER=log
|
||||
MAIL_HOST=smtp.mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_FROM=changeme@example.com
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
||||
MAIL_FROM_NAME=null
|
||||
MAIL_FROM_ADDRESS=null
|
||||
|
||||
# Set MAIL_VERIFY_SSL_PEER=false if not using SSL for email
|
||||
MAIL_VERIFY_SSL_PEER=true
|
||||
|
||||
#### API settings ####
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user