member_gateway_rpc/config.json

30 lines
610 B
JSON
Raw Normal View History

2018-04-06 13:01:28 +00:00
{
2018-04-09 12:55:27 +00:00
"serverHandler": {
2018-06-13 11:32:37 +00:00
"name": "Gateway Member RPC",
2018-04-06 13:01:28 +00:00
"network": "tcp4",
2018-04-10 07:27:49 +00:00
"address": ":19090",
2018-04-09 13:08:22 +00:00
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
2018-04-09 12:55:27 +00:00
"maxMessageSize": 8192,
2018-04-11 13:08:56 +00:00
"readBufferSize": 4096,
"writeBufferSize": 4096,
2018-04-09 12:55:27 +00:00
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 10,
2018-04-06 13:01:28 +00:00
"enableCompression": false
2018-04-10 06:03:15 +00:00
},
"external": {
"grpc": {
"network": "tcp4",
2018-06-14 07:16:04 +00:00
"address": "192.168.1.101:9111"
2018-04-10 06:03:15 +00:00
},
"redis": {
"network": "tcp4",
"address": "192.168.1.50:6379"
}
2018-04-06 13:01:28 +00:00
}
}