feat: recurring tasks, habits, attachments, import/export, audit and security
This commit is contained in:
@@ -10,6 +10,10 @@ class Settings(BaseSettings):
|
||||
cookie_secure: bool = False
|
||||
trusted_proxies: str = ""
|
||||
auto_create_schema: bool = False
|
||||
attachment_dir: str = "./data/attachments"
|
||||
attachment_max_mb: int = 20
|
||||
login_attempts: int = 5
|
||||
login_window_seconds: int = 300
|
||||
|
||||
model_config = SettingsConfigDict(env_prefix="DODO_", env_file=".env", extra="ignore")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user