fixing deploymennt
CI / test (pull_request) Successful in 14s
Unit Tests / test (pull_request) Successful in 13s

This commit is contained in:
2026-07-25 08:16:55 -05:00
parent d1660792ad
commit f24a2c2ed2
2 changed files with 16 additions and 4 deletions
+2
View File
@@ -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.