probe_gateway_rpc/config.json

30 lines
602 B
JSON
Raw Normal View History

2018-04-12 21:07:02 +09:00
{
"serverHandler": {
2018-06-07 14:29:16 +09:00
"name": "Gateway Probe RPC",
2018-04-12 21:07:02 +09:00
"network": "tcp4",
2018-06-14 16:17:03 +09:00
"address": ":19100",
2018-04-12 21:07:02 +09:00
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
"maxMessageSize": 8192,
"readBufferSize": 4096,
"writeBufferSize": 4096,
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
2018-04-13 16:12:44 +09:00
"pingPeriod": 9,
2018-04-12 21:07:02 +09:00
"enableCompression": false
},
"external": {
"grpc": {
"network": "tcp4",
2018-06-14 16:17:03 +09:00
"address": "192.168.1.101:9111"
2018-04-12 21:07:02 +09:00
},
"redis": {
"network": "tcp4",
2018-04-27 12:42:57 +09:00
"address": "192.168.1.50:6379"
2018-04-12 21:07:02 +09:00
}
}
}