CUB-53: add SignalR hub registration and configuration

This commit is contained in:
cubecraft-agents[bot]
2026-04-26 11:34:51 +00:00
parent f490098af6
commit 38b7d13312
7 changed files with 150 additions and 0 deletions

9
backend/appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}