add - fix broker prive

This commit is contained in:
2025-11-09 14:57:18 +03:30
parent c0f289284f
commit cb3af7a778
3 changed files with 25 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ if not os.getenv("RUNNING_IN_DOCKER"):
SECRET_KEY = os.environ.get("SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = bool(os.environ.get("DEBUG", default=0))
DEBUG = os.getenv("DEBUG", "True").lower() in ("1", "true", "yes")
ASGI_APPLICATION = "Rasaddam_Backend.asgi.application" # noqa