Skip to content

Commit

Permalink
Update SMTP environment variable name in docker-compose (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorvolocRC authored Feb 14, 2024
1 parent 8633957 commit 4f6916c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:
MAIL_TYPE: ''
# default send from email address, if not specified
MAIL_DEFAULT_SEND_FROM: 'YOUR EMAIL FROM (eg: no-reply <no-reply@dify.ai>)'
SMTP_HOST: ''
SMTP_SERVER: ''
SMTP_PORT: 587
SMTP_USERNAME: ''
SMTP_PASSWORD: ''
Expand Down

0 comments on commit 4f6916c

Please sign in to comment.