Files

13 lines
198 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Hubs": {
"MessangerPath": "/messanger/chat"
}
}