Fix typo in `.env.example
This commit is contained in:
parent
3913cf571f
commit
6af54ebbe7
1 changed files with 3 additions and 3 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue