Files
TaskTracker/WindowWatcher/appsettings.json

15 lines
278 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"WindowWatcher": {
"ApiBaseUrl": "http://localhost:5200",
"PollIntervalMs": 2000,
"DebounceMs": 3000,
"IdleTimeoutMs": 300000
}
}