mirror of https://github.com/samply/bridgehead.git
fix: make transfair reach the internal blaze stores
This commit is contained in:
parent
8fe73a8123
commit
8384143387
|
@ -8,14 +8,14 @@ function transfairSetup() {
|
||||||
log INFO "TransFAIR input fhir store set to external $FHIR_INPUT_URL"
|
log INFO "TransFAIR input fhir store set to external $FHIR_INPUT_URL"
|
||||||
else
|
else
|
||||||
log INFO "TransFAIR input fhir store not set writing to internal blaze"
|
log INFO "TransFAIR input fhir store not set writing to internal blaze"
|
||||||
FHIR_INPUT_URL="http://bridgehead-transfair-input-blaze:8080"
|
FHIR_INPUT_URL="http://transfair-input-blaze:8080"
|
||||||
OVERRIDE+=" --profile transfair-input-blaze"
|
OVERRIDE+=" --profile transfair-input-blaze"
|
||||||
fi
|
fi
|
||||||
if [ -n "$FHIR_REQUEST_URL" ]; then
|
if [ -n "$FHIR_REQUEST_URL" ]; then
|
||||||
log INFO "TransFAIR request fhir store set to external $FHIR_REQUEST_URL"
|
log INFO "TransFAIR request fhir store set to external $FHIR_REQUEST_URL"
|
||||||
else
|
else
|
||||||
log INFO "TransFAIR request fhir store not set writing to internal blaze"
|
log INFO "TransFAIR request fhir store not set writing to internal blaze"
|
||||||
FHIR_REQUEST_URL="http://bridgehead-transfair-requests-blaze:8080"
|
FHIR_REQUEST_URL="http://transfair-requests-blaze:8080"
|
||||||
OVERRIDE+=" --profile transfair-request-blaze"
|
OVERRIDE+=" --profile transfair-request-blaze"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue