Configuration

Backend Environment Variables

Variable Description Default

USE_SAMPLE_DATA_MODELS

If true, use hardcoded example data models

false

KEYCLOAK_CLIENT_TOKEN_ID

main

KEYCLOAK_CLIENT_TOKEN_SECRET

KEYCLOAK_SERVICE_TOKEN_ID

backend-data-annotation

KEYCLOAK_SERVICE_TOKEN_SECRET

KEYCLOAK_URL

https://auth.ai-dapt.s5projects.eu

KEYCLOAK_REALM

ai-dapt

NETWORKING_ENVIRONMENT

aidapt

DOCUMENTATION_ENGINE_SEARCH_URL

https://data-doc-hub-search.aidapt.s5projects.eu/

DOCUMENTATION_ENGINE_REPO_URL

https://data-doc-hub-repo.aidapt.s5projects.eu/

DATASET_LIMIT

How many datasets will be handled

500

SCALABLE_STORAGE_SERVICES_URL

https://storage-service.aidapt.s5projects.eu/

SCALABLE_STORAGE_SERVICES_MINIO_ENDPOINT

minio-service/api/v1/

SCALABLE_STORAGE_SERVICES_ANNOTATION_ENDPOINT

data-annotation/api/v1/annotations

SCALABLE_STORAGE_SERVICES_DATA_MODELS_ENDPOINT

data-annotation/api/v1/srm-models

SCALABLE_STORAGE_SERVICES_CONFIGURATIONS_ENDPOINT

data-annotation/api/v1/annotation-configurations

Frontend Environment Variables

Variable Description Default

VITE_USE_KEYCLOAK

true

VITE_KEYCLOAK_URL

https://auth.ai-dapt.s5projects.eu

VITE_KEYCLOAK_REALM

ai-dapt

VITE_KEYCLOAK_CLIENT_ID

main-public

VITE_BASE_URL

https://data-annotation-ui.aidapt.s5projects.eu/

VITE_API_BASE_URL

https://data-annotation-be.aidapt.s5projects.eu

VITE_PLATFORM_URL

https://aidapt.s5projects.eu

VITE_MAX_LINES

How many data records to display

1000