probe/config.json

32 lines
573 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
},
"proxy": {
"host": "",
"port": 9090,
"useAuth": true,
"user": "",
"password": ""
}
2018-04-12 11:54:56 +00:00
},
"probe": {
2018-04-14 08:57:01 +00:00
"key": "933a9ccf3fc111e8b0460242ac120002"
2018-04-12 11:54:56 +00:00
},
"paths": {
"root": "/project/overFlow/probe"
}
2018-04-13 11:59:46 +00:00
}