feat/Update_Controllers_to_Allow_for_Premium_Membership

This commit is contained in:
cesnimda
2026-08-03 09:17:28 +02:00
parent de937d25dc
commit c3f4a57195
187 changed files with 26062 additions and 991 deletions
+23 -1
View File
@@ -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
}
}