{ "Logging": { "LogLevel": "Information", "Enhanced": true, "File": { "Enabled": false, "Path": "" } }, "Triggers": { "QueueCleaner": "0 0/5 * * * ?", "ContentBlocker": "0 0/5 * * * ?" }, "ContentBlocker": { "Enabled": false, "IGNORE_PRIVATE": false, "Blacklist": { "Enabled": false, "Path": "" }, "Whitelist": { "Enabled": false, "Path": "" } }, "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": "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": "" } ] } }