vue-java-tutorials/CSharp/WPFTutorial/ASP-Demo-TODO/appsettings.json

11 lines
182 B
JSON
Raw Normal View History

2025-06-22 20:21:42 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2025-06-22 23:08:52 +08:00
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
2025-06-22 20:21:42 +08:00
}
},
"AllowedHosts": "*"
}