mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-20 11:48:19 -05:00
85 lines
1.6 KiB
JSON
85 lines
1.6 KiB
JSON
{
|
|
"HTTP_MAX_RETRIES": 0,
|
|
"HTTP_TIMEOUT": 100,
|
|
"Logging": {
|
|
"LogLevel": "Information",
|
|
"Enhanced": true,
|
|
"File": {
|
|
"Enabled": false,
|
|
"Path": ""
|
|
}
|
|
},
|
|
"Triggers": {
|
|
"QueueCleaner": "0 0/5 * * * ?",
|
|
"ContentBlocker": "0 0/5 * * * ?"
|
|
},
|
|
"ContentBlocker": {
|
|
"Enabled": false,
|
|
"IGNORE_PRIVATE": false
|
|
},
|
|
"QueueCleaner": {
|
|
"Enabled": true,
|
|
"RunSequentially": true,
|
|
"IMPORT_FAILED_MAX_STRIKES": 5,
|
|
"IMPORT_FAILED_IGNORE_PRIVATE": false,
|
|
"IMPORT_FAILED_IGNORE_PATTERNS": [],
|
|
"STALLED_MAX_STRIKES": 5,
|
|
"STALLED_IGNORE_PRIVATE": false
|
|
},
|
|
"DOWNLOAD_CLIENT": "none",
|
|
"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": false,
|
|
"SearchType": "Episode",
|
|
"Block": {
|
|
"Type": "blacklist",
|
|
"Path": ""
|
|
},
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:8989",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
},
|
|
"Radarr": {
|
|
"Enabled": false,
|
|
"Block": {
|
|
"Type": "blacklist",
|
|
"Path": ""
|
|
},
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:7878",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
},
|
|
"Lidarr": {
|
|
"Enabled": false,
|
|
"Block": {
|
|
"Type": "blacklist",
|
|
"Path": ""
|
|
},
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:8686",
|
|
"ApiKey": ""
|
|
}
|
|
]
|
|
}
|
|
}
|