Merge pull request #3145 from mealie-recipes/fix-update-taskfile-email-config

fix: Taskfile Email Config
This commit is contained in:
boc-the-git 2024-02-11 06:30:45 +11:00 committed by GitHub
commit e7ee189fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ env:
SMTP_HOST: localhost SMTP_HOST: localhost
SMTP_PORT: 1025 SMTP_PORT: 1025
SMTP_FROM_NAME: MealieDev SMTP_FROM_NAME: MealieDev
SMTP_FROM_EMAIL: mealie@example.com
SMTP_AUTH_STRATEGY: NONE SMTP_AUTH_STRATEGY: NONE
LANG: en-US LANG: en-US