debug mode

This commit is contained in:
Mateusz Gruszczyński
2025-07-25 21:07:56 +02:00
parent 0357a63dcf
commit 1a98b7165d
3 changed files with 28 additions and 34 deletions

View File

@@ -36,3 +36,5 @@ class Config:
ENABLE_XCTO = os.environ.get("ENABLE_XCTO", "0") == "1"
ENABLE_CSP = os.environ.get("ENABLE_CSP", "0") == "1"
ENABLE_PP = os.environ.get("ENABLE_PP", "0") == "1"
DEBUG_MODE = os.environ.get("DEBUG_MODE", "1") == "1"