Files
ApplianceRepair/appsettings.json

10 lines
142 B
JSON
Raw Normal View History

2026-02-03 16:55:37 -06:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}