Fix typo in `.env.example

This commit is contained in:
Kyle Lacy 2023-04-15 12:32:00 -07:00
parent 3913cf571f
commit 6af54ebbe7
No known key found for this signature in database
GPG Key ID: 82616D2392FB6605

View File

@ -3,7 +3,7 @@ DJANGO_SETTINGS_MODULE="plane.settings.production"
DATABASE_URL=postgres://plane:xyzzyspoon@db:5432/plane
# Cache
REDIS_URL=redis://redis:6379/
# SMPT
# SMTP
EMAIL_HOST=""
EMAIL_HOST_USER=""
EMAIL_HOST_PASSWORD=""