forked from HolaClient/4x8a-98hf-pah2-0410
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
59 lines (59 loc) · 1.41 KB
/
config.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
58
59
{
"settings": {
"format": "JSON",
"list": "(JSON), (YML)",
"note": "Features like automatic location config won't work in YML"
},
"database": {
"db": "sqlite",
"list": "(sqlite)",
"encrypt": true
},
"config": {
"mysql": {
"host": "",
"port": "3306",
"username": "",
"password": "",
"database": ""
}
},
"backup": {
"enabled": true,
"options": {
"location": "storage/backups",
"overwrite": false,
"files": {
"database": true,
"referral": true,
"settings": true
}
}
},
"telemetry": {
"send": {
"enabled": true,
"send": {
"settings": true,
"logs": true,
"crashdata": true,
"system": {
"cpu": true,
"arch": true,
"platform": true,
"memory": true
}
}
},
"auto_verify": {
"enabled": true
},
"hostings_list": {
"list_your_host": true,
"send": {
"links": true,
"system_info": true
}
}
}
}