-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (20 loc) · 940 Bytes
/
env.example
File metadata and controls
25 lines (20 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# TRE-FX Analytics Environment Configuration
# Copy this file to .env and update with your actual values
# ALL VARIABLES BELOW ARE REQUIRED - the application will fail to start without them
# Authentication
# Token and Logout URLs are derived from the SubmissionAPIBaseKeyCloakUrl
SubmissionAPIKeyCloakClientId=your-keycloak_client-id
SubmissionAPIKeyCloakSecret=your-keycloak-secret
SubmissionAPIKeyCloakUsername=your-keycloak-user
SubmissionAPIKeyCloakPassword=your-keycloak-password
SubmissionAPIBaseKeyCloakUrl=https://<host>/realms/<realm>
5STES_PROJECT=your_project_name
# TES (Task Execution Service) Configuration
TES_BASE_URL=http://your-tes-endpoint:5034/v1/tasks
TES_DOCKER_IMAGE=harbor.your-registry.com/your-image:tag
# MinIO Configuration
MINIO_STS_ENDPOINT=http://your-minio-endpoint:9000/sts
MINIO_ENDPOINT=your-minio-endpoint:9000
MINIO_OUTPUT_BUCKET=your-output-bucket-name
# TRE Configuration
5STES_TRES=TRE1,TRE2