Alpha stage commit
This commit is contained in:
34
.env.example
Normal file
34
.env.example
Normal file
@@ -0,0 +1,34 @@
|
||||
# Provider selection
|
||||
ROUTING_PROVIDER=mock
|
||||
POI_PROVIDER=mock
|
||||
ELEVATION_PROVIDER=mock
|
||||
WEATHER_PROVIDER=mock
|
||||
RULES_PROVIDER=mock
|
||||
PORT=8000
|
||||
OSRM_BASE_URL=https://router.project-osrm.org
|
||||
OSRM_PROFILE=bike
|
||||
BROUTER_BASE_URL=https://brouter.de/brouter
|
||||
BROUTER_PROFILE=
|
||||
OVERPASS_BASE_URL=https://overpass-api.de/api/interpreter
|
||||
|
||||
# Web app
|
||||
VITE_API_BASE_URL=http://localhost:8000
|
||||
|
||||
# External providers; keep blank for mock mode
|
||||
OPENROUTESERVICE_API_KEY=
|
||||
GRAPHHOPPER_API_KEY=
|
||||
BOOKING_API_TOKEN=
|
||||
GARMIN_CLIENT_ID=
|
||||
GARMIN_CLIENT_SECRET=
|
||||
WAHOO_CLIENT_ID=
|
||||
WAHOO_CLIENT_SECRET=
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql://bikepackpilot:bikepackpilot@localhost:5432/bikepackpilot
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
|
||||
# Storage
|
||||
OBJECT_STORAGE_BUCKET=
|
||||
OBJECT_STORAGE_ENDPOINT=
|
||||
OBJECT_STORAGE_ACCESS_KEY=
|
||||
OBJECT_STORAGE_SECRET_KEY=
|
||||
Reference in New Issue
Block a user