identity-service/.app.config

16 lines
292 B
Plaintext
Raw Normal View History

2024-07-20 19:18:49 +02:00
{
"ID": "identity",
"Name": "identity",
"Address": "__IP__",
"Tags": ["identity-svc", "identity", "https", "service"],
"Port": 443,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:443",
2024-12-05 16:59:08 +01:00
"Interval": "5s",
"Timeout": "1s",
2024-07-20 19:18:49 +02:00
"DeregisterCriticalServiceAfter": "10s"
}
}