-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
86 lines (83 loc) · 1.74 KB
/
config.json
File metadata and controls
86 lines (83 loc) · 1.74 KB
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
{
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "",
"database": "pywinbd"
},
"redis": {
"port": 6379,
"ttl": 10
},
"logger": {
"info": true,
"warning": true,
"error": true
},
"social": {
"GDPS_name": "GDCloud"
},
"system": {
"pluginloader": true,
"auto_verified": true,
"use_asade": true,
"debug": true,
"default_role": 1,
"page": 5,
"demonRate": 0,
"leaderboards_limit": 5,
"lang": "en",
"path": "/winnertestss"
},
"json:api": {
"isWorked": true,
"path": "/v2"
},
"gd:api": {
"isWorked": true,
"path": "/database"
},
"musix": {
"use_musix": false,
"musix_token": "",
"asade_connect": false
},
"chests": {
"small": {
"max_mana": 100,
"min_mana": 20,
"max_diamonds": 1,
"min_diamonds": 0,
"shards": {
"fire": true,
"ice": true,
"poison": true,
"shadow": true,
"lava": true
}
},
"big": {
"max_mana": 500,
"min_mana": 50,
"max_diamonds": 3,
"min_diamonds": 0,
"shards": {
"fire": true,
"ice": true,
"poison": true,
"shadow": true,
"lava": true
}
}
},
"asade": {
"token": "...",
"verifed_users": 1
},
"danger": {
"default-salt": ""
},
"use_env": false,
"db": "MySQL"
}