Refactgor, TLS support, v0.5

This commit is contained in:
PB
2024-07-20 19:18:49 +02:00
parent 85f03049d9
commit 13073daa38
9 changed files with 41 additions and 14 deletions

14
.app.config Normal file
View File

@@ -0,0 +1,14 @@
{
"ID": "identity",
"Name": "identity",
"Address": "__IP__",
"Tags": ["identity-svc", "identity", "https", "service"],
"Port": 443,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:443",
"DeregisterCriticalServiceAfter": "10s"
}
}