forked from SwanseaUniversityMedical/5S-TES-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroutes.env
More file actions
40 lines (30 loc) · 1.42 KB
/
routes.env
File metadata and controls
40 lines (30 loc) · 1.42 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
### routes.env
### This file contains the public URLs used by the stack, these should be
### customised for your domain and needs
# -------------------------------------------------------------------------------
# External routes
MinioBrowser=http://localhost:9000
#MinioServerApi=http://127.0.0.1:9000
# Where TESK or Funnel API is hosted:
TesAPIUrl=http://host.docker.internal:8000/v1/tasks
# Hutch config
Hutch__HutchAPIAddress=https://localhost:7239
MinioTRESettings__HutchMinioURLOverride=
# Egress config
DataEgressKeyCloakSettings__RedirectURL=https//localhost:8100/
DataEgressKeyCloakSettings__TokenExpiredAddress=http://localhost:8100/Account/LoginAfterTokenExpired
# Submission config
SubmissionKeyCloakSettings__TokenExpiredAddress=http://localhost:8989/Account/LoginAfterTokenExpired
SubmissionKeyCloakSettings__RedirectURL=http://localhost:8989/
# Keycloak config
KeyCloakClientUIRediretURL=http://localhost:8888/
KeyCloakTokenExpredAddressUI=http://localhost:8888/Account/LoginAfterTokenExpired
# TRE config
TreKeyCloakSettings__RedirectURL=http://localhost:8989/
TreKeyCloakSettings__TokenExpiredAddress=http://localhost:8989/Account/LoginAfterTokenExpired
# TRE API config
TreAPIKeyCloakClientUIRediretURL=http://localhost:8989/
TreAPIKeyCloakTokenExpredAddressUI=http://localhost:8989/Account/LoginAfterTokenExpired
URLSettingsFrontEnd__MinioUrl=localhost:9001
# Keycloak UI
KEYCLOAK_FRONTEND_URL=http://localhost:8085/auth