Files
YouTube-Manager/ImportUI/appsettings.json
2025-08-04 19:36:12 +02:00

22 lines
447 B
JSON

{
"DotBased": {
"Logging": {
"Severity": "Info",
"SeverityFilters":{
"Microsoft": "Info",
"Microsoft.Hosting.Lifetime": "Info",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Authentication": "Info",
"MudBlazor": "Info"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}