pbc/config.json

33 lines
546 B
JSON

{
"server": {
"listen": "0.0.0.0",
"port": 3001
},
"cache": {
"active": true,
"lifetime": 0
},
"log": {
"level": "debug",
"format": "DD.MM.YYYY HH:mm:ss:SS"
},
"osc": {
"host": "192.168.1.24",
"port": "12101",
"address": "/midi"
},
"modep": {
"host": "192.168.1.24",
"port": 80
},
"blinky": {
"enabled": true,
"host": "192.168.1.70",
"port": 3000,
"colors": {
"BigMuffPi": "#065535",
"Overdrive": "#ffcc55",
"StompBox_fuzz": "#C767B0"
}
}
}