pbc/config.json

43 lines
750 B
JSON
Raw Normal View History

2022-02-07 15:41:27 +01:00
{
"server": {
"listen": "0.0.0.0",
"port": 3001
2022-02-07 15:41:27 +01:00
},
2022-02-10 23:20:55 +01:00
"cache": {
"active": true,
2022-03-10 00:32:38 +01:00
"lifetime": 0
2022-02-10 23:20:55 +01:00
},
2022-02-07 15:41:27 +01:00
"log": {
2022-02-20 22:04:32 +01:00
"level": "debug",
"format": "DD.MM.YYYY HH:mm:ss:SS"
2022-02-07 15:41:27 +01:00
},
"osc": {
"host": "192.168.1.24",
"port": "12101",
"address": "/midi"
2022-02-10 23:20:55 +01:00
},
2022-02-07 15:41:27 +01:00
"modep": {
"host": "192.168.1.24",
"port": 80
2022-03-04 02:38:52 +01:00
},
"blinky": {
"enabled": true,
"host": "192.168.1.70",
2022-03-04 02:38:52 +01:00
"port": 3000,
"colors": {
2022-03-14 22:37:42 +01:00
"BigMuffPi": {
"enabled": "#008800",
"bypassed": "002200"
},
"Overdrive": {
"enabled": "#888800",
"bypassed": "#222200"
},
"StompBox_fuzz": {
"enabled": "#7700AA",
"bypassed": "#220022"
}
},
"Bypass": "#333333"
2022-02-07 15:41:27 +01:00
}
}