diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/FhirTesterConfig.java b/src/main/java/ca/uhn/fhir/jpa/starter/FhirTesterConfig.java index 8a99968..f7d8a77 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/FhirTesterConfig.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/FhirTesterConfig.java @@ -41,7 +41,7 @@ public class FhirTesterConfig { .addServer() .withId(HapiProperties.getServerId()) .withFhirVersion(HapiProperties.getFhirVersion()) - .withBaseUrl("${serverBase}" + HapiProperties.getServerBase()) + .withBaseUrl(HapiProperties.getServerAddress()) .withName(HapiProperties.getServerName()); return retVal; }