api-gateway/.app.config

13 lines
241 B
Plaintext
Raw Normal View History

2024-07-20 12:59:01 +02:00
{
"ID": "api-gateway",
"Name": "api-gateway",
"Address": "__IP__",
"Port": 443,
"Check": {
"HTTP": "http://__IP__:443/ping",
"Interval": "10s",
"Timeout": "1s",
"Status": "passing",
"DeregisterCriticalServiceAfter": "10s"
}
}