Files
fullstack2zh/practise-05/appsettings.json
2026-05-13 21:51:16 +02:00

10 lines
142 B
JSON

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