control-freak-ide/dist/misc_nodejs/nxappmain/profile_device_server.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

47 lines
869 B
JSON

{
"watchr":{
"paths":[
"../../../../data/system",
"../../../../data/workspace"
]
},
"system":"./data/",
"common":{
"createSocketServer":true,
"stdin":true,
"stdout":true
},
"socket_server": {
"port":19998,
"host":"0.0.0.0",
"debug":false
},
"mongo":{
"port":27017
},
"http":{
"port":15555
},
"ascoltatore" : {
"type": "mongo",
"url": "mongodb://localhost:27017/mqtt",
"pubsubCollection": "xcf",
"mongo": {}
},
"mosca":{
"port": 11883,
"persistence": {
"url": "mongodb://localhost:27017/mqtt"
}
},
"debug": {
"all": false,
"protocol_connection": false,
"protocol_messages": false,
"socket_server":false,
"socket_client":false,
"socket_messages":false,
"debugDevices":false,
"main":false
}
}