mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-01 11:12:15 +00:00
Add example to .env.example
This commit is contained in:
parent
5e88df0f40
commit
ceabee4531
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ SOURCE_REPO=https://github.com/minhealthnz/nz-covid-data.git // Source repo
|
|||
|
||||
DISCORD_WEBHOOKS= // Comma separated
|
||||
|
||||
SLACK_WEBHOOKS= // webhook1!channel1,webhook2!channel2 Comma separated with ! for channel hash
|
||||
SLACK_WEBHOOKS= // webhook1!channel1,webhook2!channel2 Comma separated with ! for channel hash (Example https://hooks.slack.com/abc/def!covid-19)
|
||||
|
||||
TWITTER_CONSUMER_KEY=
|
||||
TWITTER_CONSUMER_SECRET=
|
||||
TWITTER_ACCESS_TOKEN=
|
||||
TWITTER_ACCESS_TOKEN_SECRET=
|
||||
TWITTER_ACCESS_TOKEN_SECRET=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue