Katheryne/Frontend/appsettings.json

12 lines
196 B
JSON
Raw Permalink Normal View History

2023-10-07 13:27:25 +08:00
{
2023-11-06 14:07:10 +08:00
"DetailedErrors": true,
2023-10-07 13:27:25 +08:00
"Logging": {
"LogLevel": {
"Default": "Information",
2023-11-06 14:07:10 +08:00
"Microsoft.AspNetCore": "Warning",
"Katheryne": "Debug"
2023-10-07 13:27:25 +08:00
}
},
"AllowedHosts": "*"
}