Using server_address property for tester config because otherwise the UI may use the wrong address
This commit is contained in:
@@ -41,7 +41,7 @@ public class FhirTesterConfig {
|
|||||||
.addServer()
|
.addServer()
|
||||||
.withId(HapiProperties.getServerId())
|
.withId(HapiProperties.getServerId())
|
||||||
.withFhirVersion(HapiProperties.getFhirVersion())
|
.withFhirVersion(HapiProperties.getFhirVersion())
|
||||||
.withBaseUrl("${serverBase}" + HapiProperties.getServerBase())
|
.withBaseUrl(HapiProperties.getServerAddress())
|
||||||
.withName(HapiProperties.getServerName());
|
.withName(HapiProperties.getServerName());
|
||||||
return retVal;
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user