fix: Ensure transfair can properly communicate with the fhir server for requests (#304)

This commit is contained in:
Torben Brenner
2025-05-19 17:01:37 +02:00
committed by GitHub
parent 96ff6043a1
commit 99567e2b40
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ function transfairSetup() {
log INFO "TransFAIR request fhir store set to external $FHIR_REQUEST_URL"
else
log INFO "TransFAIR request fhir store not set writing to internal blaze"
FHIR_REQUEST_URL="http://transfair-requests-blaze:8080"
FHIR_REQUEST_URL="http://transfair-request-blaze:8080"
OVERRIDE+=" --profile transfair-request-blaze"
fi
if [ -n "$TTP_GW_SOURCE" ]; then