forked from SideProjectGuys/invite-manager-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
57 lines (57 loc) · 969 Bytes
/
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
49
50
51
52
53
54
55
56
57
{
"devToken": "",
"sentryDsn": "",
"bot": {
"type": "regular",
"ids": {
"regular": "",
"pro": ""
},
"links": {
"add": "https://invitemanager.co/add-bot/",
"support": "https://discord.gg/Am6p2Hs",
"website": "https://andreasgassmann.github.io/discord-invite-manager/",
"patreon": "https://www.patreon.com/invitemanager"
},
"dm": {
"guild": "",
"channel": ""
},
"apiAuth": {
"username": "",
"password": ""
},
"dblToken": null,
"music": {
"pollyUrl": ""
}
},
"rabbitmq": {
"hostname": "localhost",
"username": "guest",
"password": "guest",
"prefix": ""
},
"databases": [
{
"host": "localhost",
"port": 3306,
"user": "root",
"password": "",
"range": {
"from": 0,
"to": 0
}
},
{
"host": "localhost",
"port": 3306,
"user": "root",
"password": "",
"range": {
"from": 1,
"to": 1
}
}
]
}