File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
application/CohortManager
infrastructure/tf-core/environments Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ services:
327327 environment :
328328 - ASPNETCORE_URLS=http://*:8082
329329 - ExceptionFunctionURL=http://create-exception:7070/api/CreateException
330- - ParticipantDemographicDataServiceURL=http ://participant-demographic-data- service:7993/api/ParticipantDemographicDataService
330+ - RetrievePdsParticipantURL=https ://sandbox.api. service.nhs.uk/personal-demographics/FHIR/R4/Patient
331331
332332 durable-demographic-function :
333333 container_name : durable-demographic-function
Original file line number Diff line number Diff line change @@ -1160,12 +1160,11 @@ function_apps = {
11601160 {
11611161 env_var_name = " ExceptionFunctionURL"
11621162 function_app_key = " CreateException"
1163- },
1164- {
1165- env_var_name = " ParticipantDemographicDataServiceURL"
1166- function_app_key = " ParticipantDemographicDataService"
11671163 }
11681164 ]
1165+ env_vars_static = {
1166+ RetrievePdsParticipantURL = " https://sandbox.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient"
1167+ }
11691168 }
11701169
11711170 NemsSubscriptionDataService = {
Original file line number Diff line number Diff line change @@ -1165,6 +1165,9 @@ function_apps = {
11651165 function_app_key = " ParticipantDemographicDataService"
11661166 }
11671167 ]
1168+ env_vars_static = {
1169+ RetrievePdsParticipantURL = " https://sandbox.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient"
1170+ }
11681171 }
11691172
11701173 NemsSubscriptionDataService = {
You can’t perform that action at this time.
0 commit comments