2c60b83d8a
- 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.
4 lines
175 B
Bash
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
|