15 lines
460 B
Plaintext
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
|