Add .env configuration support
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# API token used to retrieve planned outages
|
||||
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,761/pe9314604429
|
||||
|
||||
# JSON file used to remember outages that have already been announced
|
||||
BLACKOUTS_FILE=blackouts.json
|
||||
Reference in New Issue
Block a user