mirror of
https://github.com/langgenius/dify.git
synced 2025-12-06 07:43:33 +00:00
fix: env SMTP_PORT is empty caused err when launching (#5742)
This commit is contained in:
parent
d56cedfc67
commit
0b8faade6f
@ -405,7 +405,7 @@ RESEND_API_KEY=your-resend-api-key
|
|||||||
|
|
||||||
# SMTP server configuration, used when MAIL_TYPE is `smtp`
|
# SMTP server configuration, used when MAIL_TYPE is `smtp`
|
||||||
SMTP_SERVER=
|
SMTP_SERVER=
|
||||||
SMTP_PORT=
|
SMTP_PORT=465
|
||||||
SMTP_USERNAME=
|
SMTP_USERNAME=
|
||||||
SMTP_PASSWORD=
|
SMTP_PASSWORD=
|
||||||
SMTP_USE_TLS=true
|
SMTP_USE_TLS=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user