update
This commit is contained in:
@@ -5,6 +5,7 @@ class Settings(BaseSettings):
|
||||
database_url: str = "postgresql+asyncpg://postgres:postgres@db:5432/availability"
|
||||
sync_database_url: str = "postgresql://postgres:postgres@db:5432/availability"
|
||||
ics_refresh_interval_minutes: int = 15
|
||||
slot_interval_minutes: int = 15 # Time slot granularity (15, 30, or 60)
|
||||
|
||||
# SMTP Settings
|
||||
smtp_host: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user