forked from RaizeTheLimit/ProtoDecoderUI
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 571 Bytes
/
config.json
File metadata and controls
27 lines (27 loc) · 571 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
{
"default_port": 8081,
"default_host": "0.0.0.0",
"trafficlight_identifier": "default",
"sample_saving": null,
"log_level": "INFO",
"log_file": "logs/app.log",
"gui_settings": {
"window_width": 800,
"window_height": 600,
"resizable": true,
"center_on_screen": true
},
"theme_settings": {
"current_theme": "light",
"auto_switch": false,
"transition_duration": 300
},
"filters": {
"enabled": true,
"mode": "blacklist",
"instances": [],
"methods": [],
"selected_instance": "",
"method_ids": ""
}
}