5eb9b3cb96
Keep external providers behind server consent, task, and prompt-cost gates while persisting actual provider provenance.
37 lines
784 B
JSON
37 lines
784 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",
|
|
"RoutingMode": "local_first"
|
|
},
|
|
"AiQueue": {
|
|
"WorkerConcurrency": 1,
|
|
"GlobalCapacity": 100,
|
|
"PerUserCapacity": 10,
|
|
"DeadlineMinutes": 15,
|
|
"MaxAttempts": 3,
|
|
"LeaseSeconds": 120,
|
|
"HeartbeatSeconds": 20,
|
|
"OperationTimeoutSeconds": 300,
|
|
"IdleDelayMs": 1000
|
|
}
|
|
}
|