Files
Cleanuparr/code/Executable/appsettings.json
2024-11-09 21:53:03 +02:00

27 lines
491 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Warning",
"Quartz": "Warning",
"System.Net.Http.HttpClient": "Error"
}
},
"QuartzConfig": {
"FrozenTorrentTrigger": "0 0/5 * * * ?"
},
"QBitConfig": {
"Url": "http://localhost:8080",
"Username": "",
"Password": ""
},
"SonarrConfig": {
"Instances": [
{
"Url": "http://localhost:8989",
"ApiKey": ""
}
]
}
}