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
| Setting | Environment variable | Purpose | Status |
|---|---|---|---|
| AI provider key | OPENAI_API_KEY | Required for embeddings, retrieval, case classification, draft generation, and workflow execution. | Required |
| Database | DATABASE_URL | PostgreSQL with pgvector enabled. | Required |
| Queue and cache | REDIS_URL | Used by Celery workers and API caching. | Required |
| Object storage | S3_BUCKET_DOCUMENTS / S3_BUCKET_ATTACHMENTS | Stores uploaded complaint evidence and knowledge-base source documents. | Required |
| Allowed origins | ALLOWED_ORIGINS | Must include the production web domain before deployment. | Required |
| JWT signing secret | SECRET_KEY | Use 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.