Add boss schedule retrieval & parsing

This commit is contained in:
kittentm 2026-02-19 06:08:41 +01:00
commit 8f7e705092
6 changed files with 218 additions and 3 deletions

View file

@ -7,6 +7,10 @@ class Settings(BaseSettings):
fernet_key: str
cookie_httponly: bool = False
frontend_url: str
boss_url: str
boss_aes_key: str
boss_hmac_key: str
model_config = SettingsConfigDict(env_file=".env", extra="ignore")
cookie_secure: bool = False