{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information", "Quartz": "Warning", "System.Net.Http.HttpClient": "Error" } }, "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 }, "qBittorrent": { "Enabled": true, "Url": "http://localhost:8080", "Username": "", "Password": "" }, "Deluge": { "Enabled": false, "Url": "http://localhost:8112", "Password": "testing" }, "Transmission": { "Enabled": false, "Url": "http://localhost:9091", "Username": "test", "Password": "testing" }, "Sonarr": { "Enabled": true, "Instances": [ { "Url": "http://localhost:8989", "ApiKey": "" } ] }, "Radarr": { "Enabled": false, "Instances": [ { "Url": "http://localhost:7878", "ApiKey": "" } ] } }