20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
# 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
|