Files
daily-blackout-check/.env.example
Meghdad 42687ee651
Some checks failed
Test blackout notifier / test (push) Failing after 4s
Hourly blackout check / check (push) Successful in 3s
feat: add multi-chat routing and bill-specific dashboard countdown
2026-07-22 02:14:45 +03:30

15 lines
460 B
Plaintext

# API token used to retrieve planned outages from SAAPA
BARGHEMAN_TOKEN=replace-with-bargheman-token
# Eitaa bot configuration
EITAAYAR_TOKEN=replace-with-eitaayar-token
# Repeat a bill ID to send its notifications to multiple chats.
BILL_CHAT_MAP=BILL_ID:FIRST_CHAT_ID,BILL_ID:SECOND_CHAT_ID,OTHER_BILL_ID:THIRD_CHAT_ID
# Optional settings and their defaults
STATE_FILE=state/outages.json
LOOKAHEAD_DAYS=5
REQUEST_TIMEOUT_SECONDS=15
MAX_EVENTS_PER_BILL=25