api-registry/.app.config
2024-12-05 16:55:03 +01:00

16 lines
295 B
Plaintext

{
"ID": "gateway-__IP__",
"Name": "gateway",
"Address": "__IP__",
"Tags": ["api-gateway", "gateway", "https", "infra"],
"Port": 8443,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:8443",
"Interval": "5s",
"Timeout": "1s",
"DeregisterCriticalServiceAfter": "10s"
}
}