Files
Resume/Web/wwwroot/appsettings.json
T
2026-09-09 13:38:34 -04:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}