Files
ASP.NET-CORE-web-test/appsettings.json
2025-09-22 22:28:13 +08:00

10 lines
142 B
JSON

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