fixing deploymennt (#8)
Unit Tests / test (push) Successful in 14s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-07-25 06:17:46 -07:00
parent d1660792ad
commit ad81257ecb
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.