Basic websocket setup

This commit is contained in:
2023-03-13 11:44:34 +01:00
commit cb305792d0
7 changed files with 121 additions and 0 deletions

View File

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