15 lines
257 B
JSON
15 lines
257 B
JSON
|
{
|
||
|
"consul": "{{ .CONSUL }}:8500",
|
||
|
"services": [
|
||
|
{
|
||
|
"name": "cloudapi-graphql",
|
||
|
"port": 3000,
|
||
|
"health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:3000/",
|
||
|
"poll": 3,
|
||
|
"ttl": 10
|
||
|
}
|
||
|
],
|
||
|
"backends": [
|
||
|
]
|
||
|
}
|