You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CORS_ORIGIN`| Allowed origins for CORS (e.g., `https://app.example.com` or comma-separated list). If not set, reflects the request origin (allows all origins with credentials)|
40
+
|`CERBERUS_BASE_URL`| Cerberus IAM host (e.g., `https://cerberus.example.com`) |
41
+
|`CERBERUS_CLIENT_ID`| OAuth2 client ID used for token introspection |
42
+
|`CERBERUS_CLIENT_SECRET`| OAuth2 client secret used for token introspection |
43
+
|`JWT_SECRET`| Optional local fallback; enables Bearer JWT auth when Cerberus is unavailable |
44
+
|`METADATA_SERVICE_URL` / `ANALYSIS_SERVICE_URL`| External services when not using stubs |
45
+
|`METADATA_SERVICE_API_KEY` / `ANALYSIS_SERVICE_API_KEY`| Shared secrets passed via `x-api-key` for the respective microservices |
46
+
|`FEEDBACK_SERVICE_URL` / `FEEDBACK_SERVICE_API_KEY`| Required when `FEEDBACK_MODE=service`|
47
+
|`FEEDBACK_MODE`|`openai`, `stub`, or `service`|
48
+
|`OPENAI_API_KEY`| Required when `FEEDBACK_MODE=openai`|
49
+
|`USE_STUB_CLIENTS`| Force stub clients even if service URLs provided |
0 commit comments