Files
GenericStuff/CodeReviewApp/appsettings.json
2024-07-14 19:45:34 +07:00

10 lines
142 B
JSON

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