Clarify guide settings

This commit is contained in:
R. Miles McCain 2020-04-24 14:09:37 -04:00
parent 17cdf052d8
commit 20c530f669
No known key found for this signature in database
GPG Key ID: 24F9B6A2588C5408

View File

@ -50,6 +50,8 @@ DB_PORT=<your db port>
DJANGO_SECRET_KEY=<your Django secret key; just a random string>
# Don't leak error details to visitors, very important
DEBUG=False
# Unless you are using an external Celery task queue, make sure this
# is set to True.
CELERY_TASK_ALWAYS_EAGER=True
# For better security, set this to your deployment's domain. Comma separated.
ALLOWED_HOSTS=*
@ -146,6 +148,8 @@ DB_PORT=<your db port>
DJANGO_SECRET_KEY=<your Django secret key; just a random string>
# Don't leak error details to visitors, very important
DEBUG=False
# Unless you are using an external Celery task queue, make sure this
# is set to True.
CELERY_TASK_ALWAYS_EAGER=True
# For better security, set this to your deployment's domain. Comma separated.
ALLOWED_HOSTS=*