Files
YouTube-Manager/Manager.App/appsettings.Development.json
2025-09-10 01:46:07 +02:00

28 lines
623 B
JSON

{
"DotBased": {
"Logging": {
"Severity": "Debug",
"SeverityFilters":{
"Microsoft": "Info",
"Microsoft.Hosting.Lifetime": "Debug",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Authentication": "Debug",
"MudBlazor": "Info"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Debug"
}
},
"Library": {
"Path": "{workdir}/Library",
"DefaultUserAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0"
},
"Downloads": {
"MaxConcurrentDownloads": 5
}
}