LOCAL
A

Settings

Runtime configuration and deployment readiness for this tenant.

Frontend API URL

Authentication

Development token

Replace with production auth before public launch.

Environment

Configured by deployment secrets

Sensitive values are intentionally not editable in the browser.

Required Configuration

SettingEnvironment variablePurposeStatus
AI provider keyOPENAI_API_KEYRequired for embeddings, retrieval, case classification, draft generation, and workflow execution.Required
DatabaseDATABASE_URLPostgreSQL with pgvector enabled.Required
Queue and cacheREDIS_URLUsed by Celery workers and API caching.Required
Object storageS3_BUCKET_DOCUMENTS / S3_BUCKET_ATTACHMENTSStores uploaded complaint evidence and knowledge-base source documents.Required
Allowed originsALLOWED_ORIGINSMust include the production web domain before deployment.Required
JWT signing secretSECRET_KEYUse a strong secret from AWS Secrets Manager in non-local environments.Required

Smoke Checks

API health and readiness endpoints
Postgres migrations
Redis worker queue
Document upload storage
OpenAI embeddings and workflow execution
Frontend route rendering
Audit log visibility

Production Notes

This screen is a deployment checklist, not a secret editor. Production values should be managed in AWS Secrets Manager or the deployment platform, then injected into the API, worker, and web services.