Files
KArtSell.Aegis/docs/Design/kbx-foundation-v52-fe-operational-navigation-screen-anatomy/deploy/kbx/environments/production.env.example
T
kjh2064 c41e5063b7 chore: remove kbx-foundation-v36 reference (superseded by v4 implementation)
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>
2026-08-12 01:39:58 +09:00

35 lines
1.2 KiB
Bash

# Generated Production example. Secret values intentionally blank.
KBX__Runtime__Environment=Production
KBX__Runtime__ReadOnly=false
ConnectionStrings__Main= # secret
KBX__Database__MigrationsMode=predeploy
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__Telemetry__OtlpEndpoint=
KBX__Telegram__Enabled=false
KBX__Telegram__BotToken= # secret
KBX__Telegram__ChatId= # secret
ExternalProviders__Krx__Enabled=false
ExternalProviders__Krx__AuthKey= # secret
ExternalProviders__OpenDart__Enabled=false
ExternalProviders__OpenDart__ApiKey= # secret
ExternalProviders__Kis__Enabled=false
ExternalProviders__Kis__Environment=production
ExternalProviders__Kis__AppKey= # secret
ExternalProviders__Kis__AppSecret= # secret
KBX__Security__RequireHttps=true
KBX__Health__ReadinessEnabled=true
KBX__Import__MaxUploadBytes=52428800
KBX__Import__MaxRows=100000