[CHANGE] Moved to appsettings settings

This commit is contained in:
max
2025-08-18 01:08:11 +02:00
parent f784000393
commit 4dc3ffda36
6 changed files with 52 additions and 3 deletions

View File

@@ -16,5 +16,11 @@
"Default": "Trace",
"Microsoft.AspNetCore": "Debug"
}
},
"Library": {
"Path": "{workdir}/"
},
"Downloads": {
"MaxConcurrentDownloads": 5
}
}