init
This commit is contained in:
19
backend/.env.example
Normal file
19
backend/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user