ExampleSignalR/TestProject/appsettings.json

17 lines
252 B
JSON
Raw Normal View History

2024-11-12 18:02:09 +05:00
{
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://localhost:7083"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}