deny for development

This commit is contained in:
Administrator
2023-10-11 19:08:09 +03:00
parent df4b61b09a
commit 86738de9ac
4 changed files with 32 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ MONGO_USER = os.getenv("MONGO_USER", "mongo")
MONGO_PASSWORD = os.getenv("MONGO_PASSWORD", "password")
MONGO_HOST = os.getenv("MONGO_HOST", "localhost")
DEBUG = os.getenv("DEBUG", "true") == "true"
STAGE = os.getenv("STAGE", None)
PLATFORM_SECURITY_TOKEN = os.getenv('PLATFORM_SECURITY_TOKEN', None)
RUZ_API = "https://api.hseapp.ru/"
MOSCOW_TIMEZONE = zoneinfo.ZoneInfo("Europe/Moscow")