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()
|
||||
.withId(HapiProperties.getServerId())
|
||||
.withFhirVersion(HapiProperties.getFhirVersion())
|
||||
.withBaseUrl("${serverBase}" + HapiProperties.getServerBase())
|
||||
.withBaseUrl(HapiProperties.getServerAddress())
|
||||
.withName(HapiProperties.getServerName());
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user