order-service/.app.config
2024-12-05 17:00:16 +01:00

16 lines
280 B
Plaintext

{
"ID": "order",
"Name": "order",
"Address": "__IP__",
"Tags": ["order-svc", "order", "https", "service"],
"Port": 443,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:443",
"Interval": "5s",
"Timeout": "1s",
"DeregisterCriticalServiceAfter": "10s"
}
}