Add filtered map API, creamy-caprice-style toolbar (dates, layers, search), Yandex ru tiles, and store Telegram session in MapMil/data instead of mounting SocialParser. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
344 B
Bash
14 lines
344 B
Bash
# Telegram (CP workers)
|
|
TELEGRAM_API_ID=12345678
|
|
TELEGRAM_API_HASH=your_api_hash_here
|
|
TELEGRAM_SESSION_PATH=/data/telegram.session
|
|
|
|
# Optional Telegram proxy
|
|
# TELEGRAM_PROXY_TYPE=socks5
|
|
# TELEGRAM_PROXY_HOST=127.0.0.1
|
|
# TELEGRAM_PROXY_PORT=1080
|
|
|
|
# Platform internals
|
|
INTERNAL_TOKEN=dev-internal-token
|
|
TEST_PI_API_KEY=test-pi-api-key-change-me
|