catalog-service/.app.config

14 lines
249 B
Plaintext
Raw Normal View History

2024-04-02 21:20:16 +02:00
{
"ID": "catalog",
"Name": "catalog",
"Address": "__IP__",
2024-07-20 19:21:38 +02:00
"Tags": ["catalog-svc", "catalog", "https", "service"],
"Port": 443,
2024-04-02 21:20:16 +02:00
"Connect": {
"Native": true
},
"Check": {
2024-07-20 19:21:38 +02:00
"TCP": "__IP__:443",
"DeregisterCriticalServiceAfter": "10s"
2024-04-02 21:20:16 +02:00
}
}