This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: env SMTP_PORT is empty caused err when launching (
#5742
)
tags/0.6.12-fix1
takatost
1 year ago
parent
d56cedfc67
commit
0b8faade6f
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
docker/.env.example
+ 1
- 1
docker/.env.example
View File
@@ -405,7 +405,7 @@ RESEND_API_KEY=your-resend-api-key
# SMTP server configuration, used when MAIL_TYPE is `smtp`
SMTP_SERVER=
SMTP_PORT=
SMTP_PORT=
465
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_USE_TLS=true
Write
Preview
Loading…
Cancel
Save