Files
Cleanuparr/code/Executable/appsettings.json
2024-11-13 22:37:00 +02:00

37 lines
642 B
JSON

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