-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.json.explain
105 lines (95 loc) · 2.6 KB
/
config.json.explain
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"settings": {
"maintenance": false,
"nodeStatus": false,
"McScript": false,
"autoLeave": true,
"consoleSave": false,
"updateFromGithub": false,
"anticrash": false,
"lavalinkStatus": false,
"joinvoicechannelonready": false,
"serverchecker": false,
"mongoDB": "",
"nodeStatusDelay": 15,
"vcUpdateInterval": 60,
"guildID": "941026456396509244",
"admin": ["517107022399799331"],
"owner": "517107022399799331",
"statusOnMaintenance": "Luxxy Hosting | 🟠 On Maintenance mode",
"avoidServerPorts": [],
"webhook": {
"id": "1164315342114390076",
"token": "B"
},
"statusembeds": {
"node1": "a18823fe"
}
},
"logs":{
"dms": "1028046810209583156",
"createlog": "1028046978204061716"
},
"channelID": {
"legal":"947234663771029624",
"errorLog":"1028046701413552186",
"welcome":"1028046701413552186",
"bye":"1028046701413552186",
"abuse": "1028046701413552186",
"ticketChannel": "1164315851562958848",
"nodeStatus": "1164315768767394012",
"suggestions": "1164315622344245291",
"analyse": "947234663771029624",
"github": "957403118797197402",
"leavedeletelogs": "1028046978204061716"
},
"voiceID": {
"members": "1164316079565320223",
"clients": "1164316100088049685",
"servers": "1164316120212328458"
},
"parentID": {
"createAccount": "1164316285530812416",
"ticketParent": "1028047184379269251"
},
"roleID": {
"staff": "941756285286776853",
"support": "941756285286776853",
"member": "941026456434270284",
"admin": "941026456446828567",
"administrator": "980035372505505862",
"client": "941068776554774649",
"betatester": "980035372505505862"
},
"fastify": {
"port": 8069
},
"bot":{
"token": "",
"prefix": "!"
},
"pterodactyl": {
"myIp": "1.1.1.1",
"host": "https://panel.luxxy.host",
"adminApiKey": "",
"clientAPI":"",
"depolymentlocations": [ 2 ]
},
"nginxPM": {
"host": "",
"email": "",
"pass": ""
},
"lavalink": {
"channelID": "",
"nodes": [
{
"host": "n1.luxxy.host",
"port": 9000,
"password": "",
"retryDelay": 3000,
"secure": false
}
]
}
}