Skip to content

Commit 179d4b4

Browse files
fix: Updated configuration in RetrievePDSDemographic function to add RetrievePdsParticipantURL (#952)
Updated configuration in RetrievePDSDemographic function to add RetrievePdsParticipantURL and remove ParticipantDemographicDataServiceURL
1 parent 7d4fc28 commit 179d4b4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

application/CohortManager/compose.core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

infrastructure/tf-core/environments/development.tfvars

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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 = {

infrastructure/tf-core/environments/devtest.tfvars

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)