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

12 lines
186 B
JSON

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