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

@@ -13,8 +13,12 @@
"Host": "localhost",
"User": "sa",
"Password": "newpassword",
"Port": 1433,
"Name": "Environment",
"TrustServerCertificate": true
},
"Hub": {
"Url": "http://localhost:8080/environment"
}
}
}