pbc/config.json

23 lines
350 B
JSON

{
"server": {
"listen": "0.0.0.0",
"port": 3000,
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
},
"cache": {
"active": false,
"lifetime": 15
},
"log": {
"level": "debug"
},
"osc": {
"host": "192.168.1.24",
"port": "12101",
"address": "/midi"
},
"modep": {
"host": "192.168.1.24",
"port": 80
}
}