{ "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": "" } ] } }