Add SignalR for environment service

This commit is contained in:
2024-01-13 22:30:06 -05:00
parent aab20263ad
commit bdc5548ec2
4 changed files with 39 additions and 3 deletions

View File

@@ -18,6 +18,9 @@
"Name": "Environment",
"TrustServerCertificate": true,
"Port": 1435
},
"Hub": {
"Url": "http://hub-server/environment"
}
}
}