website: fix spacing issue

pull/4275/head
Mitchell Hashimoto 2018-06-12 20:32:34 +02:00 committed by Jack Pearkes
parent f92a89b310
commit e02a5fc2cc
1 changed files with 5 additions and 5 deletions

View File

@ -95,8 +95,8 @@ proxy configuration:
"proxy": {
"config": {
"upstreams": [{
"destination_name": "redis",
"local_bind_port": 1234
"destination_name": "redis",
"local_bind_port": 1234
}]
}
}
@ -138,9 +138,9 @@ service.
"proxy": {
"config": {
"upstreams": [{
"destination_name": "redis",
"destination_type": "prepared_query",
"local_bind_port": 1234
"destination_name": "redis",
"destination_type": "prepared_query",
"local_bind_port": 1234
}]
}
}