fix grpc-addr-config hosts template

This commit is contained in:
Alvin Huang 2019-08-02 19:00:39 -04:00
parent 206b2016a4
commit 37ea271eb7

View File

@ -19,14 +19,12 @@
"connect_timeout": "1s", "connect_timeout": "1s",
"type": "STATIC", "type": "STATIC",
"http2_protocol_options": {}, "http2_protocol_options": {},
"hosts": [ "hosts": [{
{
"socket_address": { "socket_address": {
"address": "127.0.0.1", "address": "127.0.0.1",
"port_value": 9999 "port_value": 9999
} }
} }]
]
} }
] ]
}, },