Disable inline match URLs on public server
This commit is contained in:
parent
b2b0462154
commit
8f474d11b8
|
@ -66,7 +66,7 @@ public class TestR4Config extends BaseJavaConfigR4 {
|
|||
retVal.setWebsocketContextPath("/websocketR4");
|
||||
retVal.setAllowContainsSearches(true);
|
||||
retVal.setAllowMultipleDelete(true);
|
||||
retVal.setAllowInlineMatchUrlReferences(true);
|
||||
retVal.setAllowInlineMatchUrlReferences(false);
|
||||
retVal.setAllowExternalReferences(true);
|
||||
retVal.getTreatBaseUrlsAsLocal().add("http://hapi.fhir.org/baseR4");
|
||||
retVal.getTreatBaseUrlsAsLocal().add("https://hapi.fhir.org/baseR4");
|
||||
|
|
Loading…
Reference in New Issue