mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-20 11:48:19 -05:00
66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": "Information",
|
|
"Enhanced": true,
|
|
"File": {
|
|
"Enabled": false,
|
|
"Path": ""
|
|
}
|
|
},
|
|
"Triggers": {
|
|
"QueueCleaner": "0 0/5 * * * ?",
|
|
"ContentBlocker": "0 0/5 * * * ?"
|
|
},
|
|
"ContentBlocker": {
|
|
"Enabled": false,
|
|
"Blacklist": {
|
|
"Enabled": false,
|
|
"Path": ""
|
|
},
|
|
"Whitelist": {
|
|
"Enabled": false,
|
|
"Path": ""
|
|
}
|
|
},
|
|
"QueueCleaner": {
|
|
"Enabled": true,
|
|
"RunSequentially": true,
|
|
"IMPORT_FAILED_MAX_STRIKES": 5,
|
|
"STALLED_MAX_STRIKES": 5
|
|
},
|
|
"DOWNLOAD_CLIENT": "qbittorrent",
|
|
"qBittorrent": {
|
|
"Url": "http://localhost:8080",
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
"Deluge": {
|
|
"Url": "http://localhost:8112",
|
|
"Password": "testing"
|
|
},
|
|
"Transmission": {
|
|
"Url": "http://localhost:9091",
|
|
"Username": "test",
|
|
"Password": "testing"
|
|
},
|
|
"Sonarr": {
|
|
"Enabled": true,
|
|
"SearchType": "Episode",
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:8989",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
},
|
|
"Radarr": {
|
|
"Enabled": false,
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:7878",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
}
|
|
}
|