c41e5063b7
Removed entire kbx-foundation-v36 directory as it's been replaced by the new KBX Foundation v4 patterns implemented in this session: - Registry-driven screen definitions - Density-aware UI adapter components - Feature module templates (ShadowRun, Models) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
28 lines
1003 B
JSON
28 lines
1003 B
JSON
{
|
|
"Kbx:Runtime:Environment": "Development",
|
|
"Kbx:Runtime:ReadOnly": false,
|
|
"Kbx:Database:MigrationsMode": "validate",
|
|
"Kbx:Database:CommandTimeoutSeconds": 30,
|
|
"Kbx:Hangfire:Enabled": true,
|
|
"Kbx:Hangfire:WorkerCount": 4,
|
|
"Kbx:SignalR:Enabled": true,
|
|
"Kbx:Outbox:DispatcherEnabled": true,
|
|
"Kbx:Inbox:CleanupEnabled": true,
|
|
"Kbx:Integration:DispatcherEnabled": true,
|
|
"Kbx:ExternalData:RefreshEnabled": true,
|
|
"Kbx:ExternalData:ObservationRetentionEnabled": true,
|
|
"Kbx:Experiments:Enabled": true,
|
|
"Kbx:Logging:MinimumLevel": "Information",
|
|
"Kbx:Logging:JsonConsoleEnabled": true,
|
|
"Kbx:Telemetry:Enabled": true,
|
|
"Kbx:Telegram:Enabled": false,
|
|
"ExternalProviders:Krx:Enabled": false,
|
|
"ExternalProviders:OpenDart:Enabled": false,
|
|
"ExternalProviders:Kis:Enabled": false,
|
|
"ExternalProviders:Kis:Environment": "sandbox",
|
|
"Kbx:Security:RequireHttps": true,
|
|
"Kbx:Health:ReadinessEnabled": true,
|
|
"Kbx:Import:MaxUploadBytes": 52428800,
|
|
"Kbx:Import:MaxRows": 100000
|
|
}
|