mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Update .env.example
with newly-added env vars
This commit is contained in:
parent
e2294f9105
commit
5e5d1a4699
@ -3,10 +3,14 @@ DJANGO_SETTINGS_MODULE="plane.settings.production"
|
||||
DATABASE_URL=postgres://plane:xyzzyspoon@db:5432/plane
|
||||
# Cache
|
||||
REDIS_URL=redis://redis:6379/
|
||||
REDIS_BROKER_SSL=0
|
||||
# SMTP
|
||||
EMAIL_HOST=""
|
||||
EMAIL_HOST_USER=""
|
||||
EMAIL_HOST_PASSWORD=""
|
||||
EMAIL_PORT="587"
|
||||
EMAIL_USE_TLS="1"
|
||||
EMAIL_FROM="Team Plane <team@mailer.plane.so>"
|
||||
# AWS
|
||||
AWS_REGION=""
|
||||
AWS_ACCESS_KEY_ID=""
|
||||
|
Loading…
Reference in New Issue
Block a user