mirror of
https://github.com/valitydev/proxy-mocketbank.git
synced 2024-11-06 10:05:16 +00:00
23d3d5ec9c
* PROX-34: Made a sketch of the skeleton of the application * PROX-34: uncomment Ignore * PROX-34: uncomment card * PROX-34: removed snapshot
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"consul": "{{ .CONSUL_ADDR }}",
|
|
"services": [
|
|
{
|
|
"name": "{{ .SERVICE_NAME }}",
|
|
"port": "@server.port@",
|
|
"health": "/usr/bin/curl --silent --fail --show-error --output /dev/null localhost:@server.port@/health",
|
|
"poll": 1,
|
|
"ttl": 2,
|
|
"interfaces": ["inte6", "inet"]
|
|
}
|
|
]
|
|
}
|