Pilot self-bookout

This commit is contained in:
2026-02-20 11:52:43 -05:00
parent 24971ac5fc
commit 7f4e4a8459
14 changed files with 1354 additions and 46 deletions

View File

@@ -33,6 +33,9 @@ class Settings(BaseSettings):
top_bar_base_color: str = "#2c3e50"
environment: str = "production" # production, development, staging, etc.
# Public booking settings
allow_public_booking: bool = False # Enable/disable public flight booking
# Redis settings (for future use)
redis_url: Optional[str] = None