Katheryne/Frontend/appsettings.json

12 lines
196 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Katheryne": "Debug"
}
},
"AllowedHosts": "*"
}