22 lines
659 B
Bash
22 lines
659 B
Bash
# Telegram Bot
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
TELEGRAM_CHAT_ID=your_chat_id_here
|
|
TELEGRAM_ALERT_PUSH_ENABLED=true
|
|
TELEGRAM_ALERT_PUSH_INTERVAL_SEC=300
|
|
TELEGRAM_ALERT_PUSH_COOLDOWN_SEC=1800
|
|
TELEGRAM_ALERT_MIN_TRIGGER_COUNT=2
|
|
TELEGRAM_ALERT_MIN_SEVERITY=medium
|
|
TELEGRAM_ALERT_CITIES=ankara,london,paris,seoul,toronto,buenos aires,wellington,new york,chicago,dallas,miami,atlanta,seattle,lucknow,sao paulo,munich
|
|
|
|
# AI
|
|
GROQ_API_KEY=your_groq_api_key_here
|
|
|
|
# Proxy Setting (optional)
|
|
HTTPS_PROXY=http://127.0.0.1:7890
|
|
HTTP_PROXY=http://127.0.0.1:7890
|
|
|
|
# Other Settings
|
|
LOG_LEVEL=INFO
|
|
ENV=production
|
|
POLYWEATHER_MAP_URL=https://polyweather-pro.vercel.app/
|