67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
JSON
{
|
|
"watchr":{
|
|
"paths":[
|
|
"../../../../data/system",
|
|
"../../../../data/workspace",
|
|
"../../../../user/drivers",
|
|
"./nxapp",
|
|
"./tests/devices",
|
|
"xide",
|
|
"xcf",
|
|
"xblox",
|
|
"xfile",
|
|
"xlog",
|
|
"xnode",
|
|
"davinci",
|
|
"xideve",
|
|
"xapp",
|
|
"dijit",
|
|
"xgrid",
|
|
"xexpression",
|
|
"xdocker",
|
|
"../../../../Code/client/src/css"
|
|
]
|
|
},
|
|
"mongo":{
|
|
"port":27017
|
|
},
|
|
"http":{
|
|
"port":5555
|
|
},
|
|
"ascoltatore":{
|
|
"type": "mongo",
|
|
"url": "mongodb://localhost:27017/mqtt",
|
|
"pubsubCollection": "ascoltatori",
|
|
"mongo": {}
|
|
},
|
|
"system":"../../data/",
|
|
"common":{
|
|
"createSocketServer":true,
|
|
"stdin":true,
|
|
"stdout":true
|
|
},
|
|
"mosca":{
|
|
"port": "1883",
|
|
"host":"0.0.0.0",
|
|
"persistence": {
|
|
"url": "mongodb://localhost:27017/mqtt"
|
|
}
|
|
},
|
|
"socket_server": {
|
|
"port":9998,
|
|
"host":"0.0.0.0",
|
|
"debug":1
|
|
},
|
|
|
|
"debug": {
|
|
"all": true,
|
|
"protocol_connection": true,
|
|
"protocol_messages": true,
|
|
"socket_server":true,
|
|
"socket_client":true,
|
|
"socket_messages":true,
|
|
"debugDevices":true,
|
|
"main":true
|
|
}
|
|
}
|