Files
jobtrackingapp/JobTrackerApi/appsettings.json
T

36 lines
750 B
JSON

{
"HttpsRedirection": {
"Enabled": false,
"Hsts": false
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Workers": {
"RulesEnabled": false,
"FollowUpRemindersEnabled": false,
"DailyExportEnabled": false,
"JobEnrichmentEnabled": false,
"AiOperationsEnabled": false
},
"Ai": {
"ExternalProcessingEnabled": false,
"ExternalProvider": "ollama"
},
"AiQueue": {
"WorkerConcurrency": 1,
"GlobalCapacity": 100,
"PerUserCapacity": 10,
"DeadlineMinutes": 15,
"MaxAttempts": 3,
"LeaseSeconds": 120,
"HeartbeatSeconds": 20,
"OperationTimeoutSeconds": 300,
"IdleDelayMs": 1000
}
}