feat/Update_Controllers_to_Allow_for_Premium_Membership
This commit is contained in:
@@ -9,5 +9,27 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user