This commit is contained in:
Mateusz Gruszczyński
2025-08-28 13:56:00 +02:00
parent 62e40d5aee
commit 6f85dbf91c
5 changed files with 30 additions and 2 deletions

View File

@@ -47,3 +47,5 @@ class Config:
# (opcjonalnie) wyłącz warningi track_modifications
SQLALCHEMY_TRACK_MODIFICATIONS = False
HEALTHCHECK_TOKEN = _get_str("HEALTHCHECK_TOKEN", "healthcheck")