revert back to single settings.py file to fix authorization header not reading issue

This commit is contained in:
2025-03-24 14:03:23 +05:00
parent 07d93d4e13
commit d29e61c7da
11 changed files with 41 additions and 54 deletions

View File

@ -6,7 +6,6 @@ POSTGRES_PASSWORD=
POSTGRES_HOST=
POSTGRES_PORT=
DJANGO_SECURE_SSL_REDIRECT=False
DJANGO_SETTINGS_MODULE="apibase.django.local"
ALLOWED_HOSTS=""
CSRF_TRUSTED_ORIGINS=""
CSRF_COOKIE_DOMAIN=""