forked from justcallmelarry/sportsball
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json.example
50 lines (49 loc) · 1.61 KB
/
settings.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"slack_instances": [
{
"channel": "#wc2018",
"webhook": "https://hooks.slack.com/services/XXXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX",
"participants": {
"Argentina": "Jason",
"Australia": "Euan",
"Belgium": "Ian",
"Brazil": "Cara",
"Colombia": "James",
"Costa Rica": "Mel",
"Croatia": "Scott T",
"Denmark": "Cathy",
"Egypt": "PSH",
"England": "Jane",
"France": "Deri",
"Germany": "Glen",
"Iceland": "Bruce",
"Iran": "Tim",
"Japan": "Chris",
"Mexico": "Debbie",
"Morocco": "Jaz",
"Nigeria": "Matt",
"Panama": "Frank",
"Peru": "Tom F",
"Poland": "Mike",
"Portugal": "Helen",
"Russia": "JSH",
"Saudi Arabia": "Rowan",
"Senegal": "Tom W",
"Serbia": "Jake",
"South Korea": "Nick",
"Spain": "Jakub",
"Sweden": "Renee",
"Switzerland": "Russ",
"Tunisia": "Neil",
"Uruguay": "Gill"
}
}
],
"slack_payload": {
"icon_emoji": ":soccer:",
"link_names": 1,
"username": "Sportsball"
},
"football-data-token": "token",
"hours_to_add": 0 //this is if you're running it on a server that does not have the same time zone as your local time
}