Update services.html.md

This commit is contained in:
Paul Banks 2019-01-24 12:41:43 +00:00 committed by GitHub
parent 3e299c0192
commit 89af3bc8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ example shows all possible fields, but note that only a few are required.
"proxy": {
"destination_service_name": "redis",
"destination_service_id": "redis1",
"local_service_name": "127.0.0.1",
"local_service_address": "127.0.0.1",
"local_service_port": 9090,
"config": {},
"upstreams": []
@ -284,4 +284,4 @@ listings using `CamelCase`.
Note though that **all config file formats require
`snake_case` fields**. We always document service definition examples using
`snake_case` and JSON since this format works in both config files and API
calls.
calls.