Implemented the full clean rewrite for Gitea
This commit is contained in:
11
.env.example
11
.env.example
@@ -1,4 +1,4 @@
|
||||
# API token used to retrieve planned outages
|
||||
# API token used to retrieve planned outages from SAAPA
|
||||
BARGHEMAN_TOKEN=replace-with-bargheman-token
|
||||
|
||||
# Eitaa bot configuration
|
||||
@@ -6,7 +6,10 @@ EITAAYAR_TOKEN=replace-with-eitaayar-token
|
||||
CHAT_ID=replace-with-chat-id
|
||||
|
||||
# One or more comma-separated bill IDs
|
||||
BILL_IDS=7356609804429,761/pe9314604429
|
||||
BILL_IDS=7356609804429,7619314604429
|
||||
|
||||
# JSON file used to remember outages that have already been announced
|
||||
BLACKOUTS_FILE=blackouts.json
|
||||
# Optional settings and their defaults
|
||||
STATE_FILE=state/outages.json
|
||||
LOOKAHEAD_DAYS=5
|
||||
REQUEST_TIMEOUT_SECONDS=15
|
||||
MAX_EVENTS_PER_BILL=25
|
||||
|
||||
Reference in New Issue
Block a user