mirror of https://github.com/hashicorp/consul
website: fix spacing issue
parent
f92a89b310
commit
e02a5fc2cc
|
@ -95,8 +95,8 @@ proxy configuration:
|
||||||
"proxy": {
|
"proxy": {
|
||||||
"config": {
|
"config": {
|
||||||
"upstreams": [{
|
"upstreams": [{
|
||||||
"destination_name": "redis",
|
"destination_name": "redis",
|
||||||
"local_bind_port": 1234
|
"local_bind_port": 1234
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -138,9 +138,9 @@ service.
|
||||||
"proxy": {
|
"proxy": {
|
||||||
"config": {
|
"config": {
|
||||||
"upstreams": [{
|
"upstreams": [{
|
||||||
"destination_name": "redis",
|
"destination_name": "redis",
|
||||||
"destination_type": "prepared_query",
|
"destination_type": "prepared_query",
|
||||||
"local_bind_port": 1234
|
"local_bind_port": 1234
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue