21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"connection": {
|
|
"controller_host": "127.0.0.1",
|
|
"controller_port": 8081,
|
|
"websocket_port": 6666,
|
|
"auto_connect": true,
|
|
"reconnect_interval": 5000,
|
|
"connection_timeout": 10000
|
|
},
|
|
"player": {
|
|
"auto_fullscreen": true,
|
|
"default_volume": 50,
|
|
"loop_enabled": false,
|
|
"show_controls": false
|
|
},
|
|
"debug": {
|
|
"log_level": "info",
|
|
"show_debug_info": true
|
|
}
|
|
}
|