Update SMTP environment variable name in docker-compose (#2444)

This commit is contained in:
Igor Voloc 2024-02-13 20:29:27 -08:00 committed by GitHub
parent 8633957726
commit 4f6916c4d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ services:
MAIL_TYPE: '' MAIL_TYPE: ''
# default send from email address, if not specified # default send from email address, if not specified
MAIL_DEFAULT_SEND_FROM: 'YOUR EMAIL FROM (eg: no-reply <no-reply@dify.ai>)' MAIL_DEFAULT_SEND_FROM: 'YOUR EMAIL FROM (eg: no-reply <no-reply@dify.ai>)'
SMTP_HOST: '' SMTP_SERVER: ''
SMTP_PORT: 587 SMTP_PORT: 587
SMTP_USERNAME: '' SMTP_USERNAME: ''
SMTP_PASSWORD: '' SMTP_PASSWORD: ''