Files
Tatami/.env.example
T
lars 2c60b83d8a Load Google Maps API key from a .env file
- Add python-dotenv and call load_dotenv() in traveltimes.py before reading
  GOOGLE_MAPS_API_KEY (exported env vars still take precedence).
- Add .env.example template; the real .env stays gitignored.
2026-06-19 14:24:54 +02:00

4 lines
175 B
Bash

# Copy this file to `.env` and fill in your real key. `.env` is gitignored.
# Required: Google Maps API key with the Routes API enabled.
GOOGLE_MAPS_API_KEY=your-api-key-here