overflow_probes/config.json

15 lines
237 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
},
"paths": {
"root": "",
"bin": "bin",
"config": "config",
"pid": "pid"
2017-10-13 05:32:34 +00:00
}
2017-12-08 08:31:45 +00:00
}