16 lines
414 B
Plaintext
16 lines
414 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
|
|
CHAT_ID=replace-with-chat-id
|
|
|
|
# One or more comma-separated bill IDs
|
|
BILL_IDS=7356609804429,7619314604429
|
|
|
|
# Optional settings and their defaults
|
|
STATE_FILE=state/outages.json
|
|
LOOKAHEAD_DAYS=5
|
|
REQUEST_TIMEOUT_SECONDS=15
|
|
MAX_EVENTS_PER_BILL=25
|