This commit is contained in:
2026-04-24 21:11:43 +03:00
parent 261e77607a
commit f6c859e7df
3 changed files with 21 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ class Settings(BaseSettings):
telegram_bot_token: str
telegram_chat_id: str
telegram_message_thread_id: int
cors_origins: str = '*'
settings = Settings()