Files
Learn-WinUI-3-Second-Edition/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection.Server/appsettings.json
T
2023-09-16 16:30:52 -04:00

10 lines
142 B
JSON

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