mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-30 09:28:22 -05:00
37 lines
642 B
JSON
37 lines
642 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Quartz": "Warning",
|
|
"System.Net.Http.HttpClient": "Error"
|
|
}
|
|
},
|
|
"Triggers": {
|
|
"QueueCleaner": "0 0/5 * * * ?"
|
|
},
|
|
"qBittorrent": {
|
|
"Url": "http://localhost:8080",
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
"Sonarr": {
|
|
"Enabled": true,
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:8989",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
},
|
|
"Radarr": {
|
|
"Enabled": false,
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:7878",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
}
|
|
}
|