1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

Fix wrong email config

This commit is contained in:
Kuchenpirat 2024-02-13 08:39:21 +00:00
parent 4be23ccffb
commit 2471c7b08e

View file

@ -16,6 +16,7 @@ env:
SMTP_FROM_NAME: MealieDev
SMTP_FROM_EMAIL: mealie@example.com
SMTP_AUTH_STRATEGY: NONE
BASE_URL: http://localhost:3000
LANG: en-US
# loads .env file if it exists