fix grpc-addr-config hosts template
This commit is contained in:
parent
ae898a4a33
commit
a9dc90b001
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue