catalog-service/.app.config

16 lines
288 B
Plaintext
Raw Permalink Normal View History

2024-04-02 21:20:16 +02:00
{
"ID": "catalog",
"Name": "catalog",
"Address": "__IP__",
"Tags": ["catalogs-svc", "catalog", "https", "service"],
"Port": 80,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:80",
"Interval": "10s",
"Timeout": "10s",
"DeregisterCriticalServiceAfter": "5m"
}
}