-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.example.json
47 lines (47 loc) · 1.22 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
{
"tokens": {
"botToken": "your bot token here",
"githubToken": ""
},
"botInviteUrl": "",
"slash": {
"clientId": "",
"guildIds": []
},
"database": {
"connectionString": "",
"dbName": "",
"collectionNames": {
"botCollection": "",
"userCollection": "",
"guildCollection": "",
"idNameCollection": "",
"unclaimedBlCollection": ""
}
},
"ids": {
"botOwnerIds": [],
"exemptGuilds": [],
"devMailChannel": "",
"mainStorageChannel": ""
},
"realmEyeApiLinks": {
"baseApi": "",
"pingOnline": "online",
"raidUtilEndpoints": {
"parseOnlyEndpoint": "raidutil/parseWhoOnly",
"parseAndRealmEyeEndpoint": "raidutil/parseWhoRealmEye",
"dataForAllNamesEndpoint": "raidutil/namesRealmEye"
},
"playerEndpoints": {
"playerBasics": "realmeye/player/basics",
"petyard": "realmeye/player/petyard",
"graveyard": "realmeye/player/graveyard",
"graveyardSummary": "realmeye/player/graveyardsummary",
"nameHistory": "realmeye/player/namehistory",
"rankHistory": "realmeye/player/rankhistory",
"guildHistory": "realmeye/player/guildhistory",
"exaltations": "realmeye/player/exaltations"
}
}
}