Merge pull request #2885 from pterodactyl/schrej-patch-1
remove mailtrap.io from example env config
This commit is contained in:
commit
9c4c080a41
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