Files
Cleanuparr/code/Executable/appsettings.Development.json
2024-11-10 22:03:10 +02:00

12 lines
199 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"QuartzConfig": {
"BlockedTorrentTrigger": "0 0/1 * * * ?"
}
}