Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ FILE_CENTER_URL=http://host.docker.internal:8081/logo-qrcode.png
# File size
MAX_FILE_SIZE=1024KB
MAX_FILE_REQUEST_SIZE=1024KB
# Mail Configuration
# Mail Configuration For testing, you can use https://ethereal.email/create
MAIL_USERNAME=0b3dfc72b8c631
MAIL_PASSWORD=cf076d799183c4
MAIL_HOST=sandbox.smtp.mailtrap.io
MAIL_PORT=2525
MAIL_HOST=smtp.ethereal.email
MAIL_PORT=587
MAIL_STARTTLS_AUTH=true
MAIL_STARTTLS_ENABLE=true
MAIL_STARTTLS_REQUIRED=true
Expand Down