mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 10:28:11 -05:00
27 lines
491 B
JSON
27 lines
491 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Warning",
|
|
"Quartz": "Warning",
|
|
"System.Net.Http.HttpClient": "Error"
|
|
}
|
|
},
|
|
"QuartzConfig": {
|
|
"FrozenTorrentTrigger": "0 0/5 * * * ?"
|
|
},
|
|
"QBitConfig": {
|
|
"Url": "http://localhost:8080",
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
"SonarrConfig": {
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:8989",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
}
|
|
}
|