Skip to content

Environment Variables

Name Description Required
PREDICATE_API Base path to the Predicate API (example: "/api") Yes
TITLE Application title displayed in the logging interface (example: "Predicate") Yes
SUBTITLE Application subtitle displayed in the logging interface (example: "Metric Store - ML Model Validation") Yes
KEYCLOAK_URL Keycloak URL for authorization, usually matches the one specified in the backend (example: "https://<keycloak-url>/auth") Yes
KEYCLOAK_REALM Realm name in Keycloak (example: "dev") Yes
KEYCLOAK_CLIENT_ID Client ID in Keycloak (example: "kolmogorov") Yes
KEYCLOAK_CLIENT_SECRET Keycloak client secret, default is empty (example: "") Yes
TZ Time zone (example: "Europe/Moscow") Yes
SENTRY_ENABLED Flag indicating whether the Sentry service for error tracking is enabled (example: "true") Yes
SENTRY_DNS DNS address of the Sentry project (example: "https://<url-sentry-project>/<project_number>") Yes