probe/_build/bin/config.json

24 lines
486 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-06-14 07:24:05 +00:00
"address": "192.168.1.101:19100",
2018-04-13 11:59:46 +00:00
"connector": {
"reconnectInterval": 5,
"reconnectTryTime": 10,
2018-07-02 08:05:10 +00:00
"maxMessageSize": 8192,
"readBufferSize": 8192,
"writeBufferSize": 8192,
2018-04-13 11:59:46 +00:00
"pongTimeout": 60,
"pingTimeout": 10,
2018-07-01 04:09:50 +00:00
"pingPeriod": 9,
2018-07-02 08:05:10 +00:00
"enableCompression": false,
"compressionThreshold": 4096
2018-04-13 11:59:46 +00:00
}
2018-04-12 11:54:56 +00:00
},
"probe": {
2018-07-01 04:09:50 +00:00
"key": "b04f6809754411e8b5f2367a389c8dcd"
2018-04-12 11:54:56 +00:00
}
2018-04-13 11:59:46 +00:00
}