Configuration
Configuration reference.
Environment Variables
| Variable | Description |
|---|---|
PORT |
Port used by the backend service to accept requests |
KEYCLOAK_URI |
Url of the jwt server |
KEYCLOAK_CLIENT_ID |
Auth client username for jwt authentication |
KEYCLOAK_CLIENT_SECRET |
Auth password for jwt authentication |
STORAGE_SERVICE_API_URL |
Url of the storage service |
MODEL_OBSERVABILITY_PATH |
Paths for accessing model observability endpoints in the storage service API |
CATALOG_SERVICE_PATH |
Paths for accessing catalog endpoints in the storage service API |
EXECUTION_SERVICE_URL |
Url of execution service API |
ALLOWED_ORIGIN |
Url allowed by the CORS policy |
Environment File
PORT=
KEYCLOAK_URI=
KEYCLOAK_CLIENT_ID=
KEYCLOAK_CLIENT_SECRET=
STORAGE_SERVICE_API_URL=
MODEL_OBSERVABILITY_PATH=
CATALOG_SERVICE_PATH=
EXECUTION_SERVICE_URL=
ALLOWED_ORIGIN=