overflow_probes/config.json

17 lines
322 B
JSON
Raw Normal View History

2017-09-18 09:21:58 +00:00
{
2017-10-13 05:32:34 +00:00
"central": {
"url": "ws://127.0.0.1:19190",
"apiKey": "52abd6fd57e511e7ac52080027658d13",
"readBufferSize": 8192,
"writeBufferSize": 8192
2017-12-08 08:31:45 +00:00
},
2017-12-09 08:41:43 +00:00
"probe": {
"key": "95d8bcdc739741dca74c4a0e489e0774"
},
2017-12-08 08:31:45 +00:00
"paths": {
2017-12-15 08:18:32 +00:00
"bin": "/bin",
"config": "/config",
"pid": "/pid",
"root": "/project/overFlow/probe"
2017-10-13 05:32:34 +00:00
}
2017-12-09 08:41:43 +00:00
}