mirror of https://github.com/status-im/consul.git
Update services.html.md
This commit is contained in:
parent
3e299c0192
commit
89af3bc8f5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue