-
Notifications
You must be signed in to change notification settings - Fork 3
/
config-EXAMPLE.json
48 lines (48 loc) · 1.09 KB
/
config-EXAMPLE.json
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
{
"DSN": "https://sentry.io",
"Password": "",
"DevMode": true,
"Server": {
"SSL": "irc.libera.chat:6697",
"NonSSL": "irc.libera.chat:6667"
},
"ProdChannels": [
"#magicjudges-policy",
"#magicjudges-rules",
"#magicjudges",
"##mtg"
],
"DevChannels": [
"#frybottest"
],
"ProdNick": "Fryatog",
"DevNick": "Fryatog-Dev",
"SlackTokens": [
""
],
"Hearthstone": {
"AppID": "",
"APIToken": "",
"IndexName": ""
},
"BattleNet": {
"ClientID": "",
"ClientSecret": "",
"CurrentExpansion": "Battle for Azeroth",
"CurrentRaidTier": "Ny'alotha, the Waking City",
"Reputations": [
"Champions of Azeroth",
"Rajani",
"Rustbolt Resistance",
"Talanji's Expedition",
"The Honorbound",
"The Unshackled",
"Tortollan Seekers",
"Uldum Accord",
"Voldunai",
"Zandalari Empire"
]
},
"IRC": true,
"Slack": true
}