pbc/config.json

19 lines
293 B
JSON
Raw Normal View History

2022-02-07 15:41:27 +01:00
{
"server": {
"listen": "0.0.0.0",
"port": 3000,
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
},
"log": {
"level": "debug"
},
"osc": {
"host": "192.168.1.24",
"port": "12101",
"address": "/midi"
},
"modep": {
"host": "192.168.1.24",
"port": 80
}
}