remove mailtrap.io from example env config
This commit is contained in:
parent
5d03c0d2e5
commit
fd93a4cda1
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ HASHIDS_SALT=
|
|||
HASHIDS_LENGTH=8
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_HOST=smtp.example.com
|
||||
MAIL_PORT=25
|
||||
MAIL_USERNAME=
|
||||
MAIL_PASSWORD=
|
||||
MAIL_ENCRYPTION=tls
|
||||
|
|
Loading…
Reference in a new issue