@@ -13,6 +13,8 @@
|
||||
# =============================================================================
|
||||
DJANGO_ENV=prod
|
||||
DJANGO_DEBUG=false
|
||||
# Must NOT be empty, must NOT start with django-insecure, must NOT contain "dev-only".
|
||||
# If the secret contains $, escape each as $$ (Compose variable expansion).
|
||||
DJANGO_SECRET_KEY=replace-with-a-long-random-secret
|
||||
DJANGO_ALLOWED_HOSTS=chatbackend.aimloperations.com
|
||||
# Optional override; when unset, https:// origins are derived from DJANGO_ALLOWED_HOSTS.
|
||||
|
||||
Reference in New Issue
Block a user