[11.x] Adjusts default mail environment variables (#6325)
* Adjusts default mail environment variables * Update .env.example --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
a186ebf4a9
commit
cde09e632c
|
@ -38,9 +38,9 @@ REDIS_HOST=127.0.0.1
|
||||||
REDIS_PASSWORD=null
|
REDIS_PASSWORD=null
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
|
|
||||||
MAIL_MAILER=smtp
|
MAIL_MAILER=log
|
||||||
MAIL_HOST=mailpit
|
MAIL_HOST=127.0.0.1
|
||||||
MAIL_PORT=1025
|
MAIL_PORT=2525
|
||||||
MAIL_USERNAME=null
|
MAIL_USERNAME=null
|
||||||
MAIL_PASSWORD=null
|
MAIL_PASSWORD=null
|
||||||
MAIL_ENCRYPTION=null
|
MAIL_ENCRYPTION=null
|
||||||
|
|
Loading…
Reference in New Issue