-
-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Read the Overview, then follow Local Development to run OpenBcon locally.
Not for a local demonstration: set OPENBCON_USE_MOCK_LLM=true. For real report
generation, configure a server-side model provider key and an allowlisted provider
host. Never place the key in browser configuration.
Open /strategic-reports?app_id=..., or reopen the application from My
Applications. Each application has one persisted Strategic Report; generation
updates that report rather than creating a second report.
Use Admin > Data Sources to create, enable, and manually sync JSON, Google Sheets, or Airtable sources. Airtable must use a server-side proxy to keep its access token out of the browser. See Configuration.
The environment variable OPENBCON_ENVIRONMENT_MODE selects the server-side
database boundary. Change it and restart Node and Python services; the browser
cannot select a different environment with a request header.
Use the bootstrap command in Deployment. It creates the production environment configuration, validates the proxy, starts services, and waits for health checks.
Inspect its logs using the production Compose file and environment file, then
verify /api/health through the public domain. Preserve database volumes while
diagnosing; do not use down --volumes unless deliberately deleting data.
Email security@bconomics.ai; do not publish exploit details in a public issue.
See Security.