18 lines
431 B
Bash
18 lines
431 B
Bash
# Server port
|
|
PORT=3001
|
|
|
|
# ÖBB HAFAS API
|
|
HAFAS_URL=https://fahrplan.oebb.at/bin/mgate.exe
|
|
|
|
# Nominatim geocoding (OpenStreetMap)
|
|
NOMINATIM_URL=https://nominatim.openstreetmap.org
|
|
|
|
# OSRM bicycle routing
|
|
OSRM_URL=https://router.project-osrm.org
|
|
|
|
# Nominatim user-agent / referer (required by their ToS)
|
|
NOMINATIM_USER_AGENT=OebbPlanner/1.0
|
|
|
|
# Wiener Linien Open Data API
|
|
WIENER_LINIEN_API_URL=https://api.wienerlinien.at/darwin-v2
|