Бот + прокси

This commit is contained in:
2026-04-30 16:34:57 +03:00
parent ddec6094c2
commit 5dc9c8f0d1
11 changed files with 129 additions and 19 deletions

View File

@@ -16,6 +16,9 @@ class Config(BaseSettings):
REDMINE_TOKEN: str
USER_ID: str = None
WORKSPACE_ID: str = None
BOT_TOKEN: str
PROXY_URL: str
MODE: str = "prod"