probe/config.json

44 lines
811 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-13 11:59:46 +00:00
"host": "127.0.0.1",
"port": 19091,
"connector": {
"name": "",
"network": "",
"address": "",
"concurrency": 0,
"keepAlive": 0,
"handshakeTimeout": 0,
"reconnectInterval": 5,
"reconnectTryTime": 10,
"maxMessageSize": 4096,
"readBufferSize": 4096,
"writeBufferSize": 4096,
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 9,
"enableCompression": false,
"url": "",
"subprotocols": null
},
"proxy": {
"host": "",
"port": 9090,
"useAuth": true,
"user": "",
"password": ""
}
2018-04-12 11:54:56 +00:00
},
"probe": {
2018-04-13 11:59:46 +00:00
"key": "7691f1a13f1111e8b0460242ac120002"
2018-04-12 11:54:56 +00:00
},
"paths": {
"root": "/project/overFlow/probe"
}
2018-04-13 11:59:46 +00:00
}