probe/_build/bin/config.json

22 lines
421 B
JSON
Raw Normal View History

2018-04-12 11:54:56 +00:00
{
2018-04-13 11:59:46 +00:00
"account": {
"name": "domain1",
"apiKey": "52abd6fd57e511e7ac52080027658d13"
},
2018-04-12 11:54:56 +00:00
"central": {
2018-04-29 10:27:33 +00:00
"address": "192.168.1.50:19091",
2018-04-13 11:59:46 +00:00
"connector": {
"reconnectInterval": 5,
"reconnectTryTime": 10,
"maxMessageSize": 4096,
"readBufferSize": 4096,
"writeBufferSize": 4096,
"pongTimeout": 60,
"pingTimeout": 10,
2018-04-14 08:57:01 +00:00
"pingPeriod": 9
2018-04-13 11:59:46 +00:00
}
2018-04-12 11:54:56 +00:00
},
"probe": {
2018-04-29 10:27:33 +00:00
"key": "730a120349dd11e890a40242ac120004"
2018-04-12 11:54:56 +00:00
}
2018-04-13 11:59:46 +00:00
}