ExampleSignalR/TestProject/appsettings.json

17 lines
252 B
JSON

{
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://localhost:7083"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}