fix grpc-addr-config hosts template

This commit is contained in:
Alvin Huang 2019-08-02 19:00:39 -04:00
parent ae898a4a33
commit a9dc90b001
1 changed files with 2 additions and 4 deletions

View File

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