-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
55 lines (55 loc) · 913 Bytes
/
Copy pathconfig.json
File metadata and controls
55 lines (55 loc) · 913 Bytes
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
{
"name": "FilamentHub",
"version": "1.6.5",
"generated": "21.11.2025 11:53:38,62",
"debug": {
"runtime": {
"enabled": true,
"poll_interval_ms": 2000
}
},
"scanner": {
"pro": {
"deep_probe": false,
"fingerprint_enabled": false
}
},
"fingerprint": {
"enabled": false,
"ports": [
8883,
6000,
7125
],
"timeout_ms": 1500
},
"json_inspector": {
"max_size_mb": 5,
"max_depth": 50,
"allow_override": false
},
"logging": {
"enabled": true,
"keep_days": 14,
"level": "DEBUG",
"max_size_mb": 5,
"backup_count": 3,
"modules": {
"app": {
"enabled": true
},
"bambu": {
"enabled": true
},
"errors": {
"enabled": true
},
"klipper": {
"enabled": false
},
"mqtt": {
"enabled": true
}
}
}
}