This commit is contained in:
2026-01-03 14:16:16 -08:00
commit 1f0e678d47
71 changed files with 16127 additions and 0 deletions

19
backend/.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Database Configuration
DATABASE_URL=postgres://dev:devpass@localhost:5432/paragliding?sslmode=disable
# Server Configuration
PORT=8080
# Location Configuration (Torrey Pines Gliderport by default)
LOCATION_LAT=32.8893
LOCATION_LON=-117.2519
LOCATION_NAME="Torrey Pines Gliderport"
# Timezone
TIMEZONE=America/Los_Angeles
# Weather Fetcher Configuration
FETCH_INTERVAL=15m
# Cache Configuration
CACHE_TTL=10m