Add boss schedule retrieval & parsing
This commit is contained in:
parent
b131e78e90
commit
8f7e705092
6 changed files with 218 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue