identity-service/.app.config

14 lines
253 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",
"DeregisterCriticalServiceAfter": "10s"
}
}