probe/_build/bin/config.json

22 lines
418 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-14 08:57:01 +00:00
"address": "127.0.0.1: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-18 14:56:13 +00:00
"key": "7771f55d42de11e8b0460242ac120002"
2018-04-12 11:54:56 +00:00
}
2018-04-13 11:59:46 +00:00
}