forked from SwanseaUniversityMedical/5S-TES-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternal.env
More file actions
143 lines (105 loc) · 6.02 KB
/
internal.env
File metadata and controls
143 lines (105 loc) · 6.02 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
### internal.env
### This file contains config which users *should not edit* without good reason
### This file will be maintained by the developers
# ==============================================================================
# Core Infrastructure
# ==============================================================================
TRE_DATA_SERVER=postgres
TRE_DATA_PORT=5432
TRE_DATA_DATABASE=tredata
RabbitMQ__HostAddress=rabbitmq
CAMUNDA_VERSION=8.8.0
CAMUNDA_BUNDLE_VERSION=8.8.1
ELASTIC_VERSION=8.17.5
URLSettingsFrontEnd__QueryImage=harbor.ukserp.ac.uk/dare-trefx/control-tre-hasura:1.34.1
# ==============================================================================
# TRE API & UI
# ==============================================================================
TreAPISettings__InternalApiBaseUrl=http://treAPI:8080
TreAPISettings__PublicApiBaseUrl=http://localhost:8072
TreAPIKeyCloakUseRedirect=false
TreAPIKeyCloakSecret=e9021a57-3f4f-4254-ba27-2cdbb99a2cb5
TreAPIKeyCloakBaseRealmAddress=http://keycloak:8080/realms/Dare-TRE
TreAPIKeyCloakAuthority=http://keycloak:8080/realms/Dare-TRE/.well-known/openid-configuration
TreAPIKeyCloakClientId=Dare-TRE-API
TreAPIKeyCloakMetadataAddress=http://keycloak:8080/realms/Dare-TRE/.well-known/openid-configuration
TreAPIAccountManagementURLUI=http://localhost:8085/realms/Dare-TRE/account
TreAPIValidAudiences=Dare-TRE-API,Dare-TRE-UI
# ==============================================================================
# TRE Keycloak Settings
# ==============================================================================
TreKeyCloakSettings__Authority=http://keycloak:8080/realms/Dare-TRE/.well-known/openid-configuration
TreKeyCloakSettings__MetadataAddress=http://keycloak:8080/realms/Dare-TRE/.well-known/openid-configuratio
TreKeyCloakSettings__BaseUrl=http://keycloak:8080/realms/Dare-TRE
TreKeyCloakSettings__ClientId=Dare-TRE-UI
TreKeyCloakSettings__ClientSecret=2de114bc-3599-45f1-9b61-5090c6859dfe
TreKeyCloakSettings__ValidAudiences=Dare-TRE-API,Dare-TRE-UI
TreKeyCloakSettings__AccountManagementURL=http://localhost:8085/realms/Dare-TRE/account
TreKeyCloakSettings__BypassProxy="treAPI,seq-tre"
TreKeyCloakSettings__UseRedirectURL=false
KeyCloakUseRedirect=false
# ==============================================================================
# Submission API & UI
# ==============================================================================
DareAPISettings__Address=http://submissionAPI:8080
SubmissionUIAccountManagementURL=http://keycloak:8080/realms/Dare-Control/account
SubmissionUIKeyCloakBaseUrl=http://keycloak:8080/realms/Dare-Control
SubmissionUIClientSecret=1218304e-bf92-4706-83f6-912e0b04ecb9
SubmissionUIKeyCloakMetadataAddress=http://keycloak:8080/realms/Dare-Control/.well-known/openid-configuration
SubmissionUIKeyCloakAuthority=http://keycloak:8080/realms/Dare-Control/
SubmissionKeyCloakSettings__Authority=http://keycloak:8080/realms/Dare-Control/.well-known/openid-configuration
SubmissionKeyCloakSettings__MetadataAddress=http://keycloak:8080/realms/Dare-Control/.well-known/openid-configuration
SubmissionKeyCloakSettings__BaseUrl=http://keycloak:8080/realms/Dare-Control
SubmissionKeyCloakSettings__ClientId=Dare-Control-API
SubmissionKeyCloakSettings__ClientSecret=2e60b956-16bc-4dea-8b49-118a8baac5e5
SubmissionKeyCloakSettings__ValidAudiences=Dare-Control-UI,Dare-Control-API,Dare-Control-Minio
SubmissionKeyCloakSettings__BypassProxy="submissionAPI,seq-tre"
SubmissionKeyCloakSettings__UseRedirectURL=false
SubmissionKeyCloakSettings__SignedOutRedirectUri=/
SubmissionKeyCloakSettings__TokenRefreshSeconds=3600
SubmissionKeyCloakSettings__Server=keycloak:8080
SubmissionKeyCloakSettings__Protocol=http
SubmissionKeyCloakSettings__Realm=Dare-Control
SubmissionKeyCloakSettings__AutoTrustKeycloakCert=false
SubmissionKeyCloakSettings__ValidIssuer=
SubmissionKeyCloakSettings__ValidAudience=
# ==============================================================================
# Data Egress
# ==============================================================================
DataEgressAPISettings__Address=http://DataEgressAPI:8080
DataEgressKeyCloakSettings__Authority=http://keycloak:8080/realms/Data-Egress/.well-known/openid-configuration
DataEgressKeyCloakSettings__MetadataAddress=http://keycloak:8080/realms/Data-Egress/.well-known/openid-configuration
DataEgressKeyCloakSettings__BaseUrl=http://keycloak:8080/realms/Data-Egress
DataEgressKeyCloakSettings__ClientId=Data-Egress-API
DataEgressKeyCloakSettings__ClientSecret=81c1f071-8c45-49ef-a966-84ca8f420b7e
DataEgressKeyCloakSettings__ValidAudiences=Data-Egress-UI,Data-Egress-API
DataEgressKeyCloakSettings__UseRedirectURL=false
DataEgressKeyCloakSettings__BypassProxy="DataEgressUI,treAPI,seq-tre"
# ==============================================================================
# Credential API
# ==============================================================================
CredentialAPISettingsStartWebhookUrl=http://connectors:8080/inbound/StartCredentials
CredentialAPISettingsRevokeWebhookUrl=http://connectors:8080/inbound/RevokeCredentials
# ==============================================================================
# Agent / TES Execution
# ==============================================================================
AgentSettings__TESKOutputBucketPrefix=s3://
AgentSettings__UseTESK=false
AgentSettings__UseRabbit=false
AgentSettings__TESKAPIURL=
# ==============================================================================
# Hutch
# ==============================================================================
Hutch__DbServer=theserver
Hutch__DbName=theDb
Hutch__DbPort=24
# ==============================================================================
# Jobs & Scheduling
# ==============================================================================
JobSettings__scanSchedule=1
JobSettings__syncSchedule=2
EnableExternalHangfire=false
# ==============================================================================
# Logging
# ==============================================================================
Serilog__SeqServerUrl=http://seq:5341