mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 10:26:50 +08:00
Update SMTP environment variable name in docker-compose (#2444)
This commit is contained in:
@@ -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: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user