10 lines
314 B
Bash
10 lines
314 B
Bash
# Copy this file to .env and fill in real values.
|
|
# NEVER commit .env to git.
|
|
|
|
# Telegram bot credentials
|
|
TELEGRAM_TOKEN=your_telegram_bot_token_here
|
|
TELEGRAM_CHAT_ID=your_telegram_chat_id_here
|
|
|
|
# Google Places API key (currently unused — app uses OSM/Overpass)
|
|
GOOGLE_PLACES_KEY=your_google_places_api_key_here
|