Files
Cleanuparr/code/Executable/appsettings.json
2024-11-10 03:17:43 +02:00

27 lines
492 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Warning",
"Quartz": "Warning",
"System.Net.Http.HttpClient": "Error"
}
},
"QuartzConfig": {
"BlockedTorrentTrigger": "0 0/5 * * * ?"
},
"QBitConfig": {
"Url": "http://localhost:8080",
"Username": "",
"Password": ""
},
"SonarrConfig": {
"Instances": [
{
"Url": "http://localhost:8989",
"ApiKey": ""
}
]
}
}