WintersBestWebForm/appsettings.json

10 lines
168 B
JSON
Raw Normal View History

2025-09-18 12:54:02 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}