mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 18:35:50 +00:00
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…
x
Reference in New Issue
Block a user