This commit is contained in:
Dev PC
2025-08-05 12:22:06 +03:00
parent eff17e9b91
commit fe140474d9
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ AMI_CHANNEL_FILTER = os.environ.get("AMI_CHANNEL_FILTER").split(", ")
RECORDS_SERVER = os.environ.get("RECORDS_SERVER")
MEDODS_SERVER = os.environ.get("MEDODS_SERVER")
MEDODS_TOKEN = os.environ.get("MEDODS_V1_TOKEN")
MEDODS_TOKEN = os.environ.get("MEDODS_TOKEN")
DEBUG = os.environ.get("DEBUG", "False").lower() == "true"