diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index 332825e..c4aef73 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -8,10 +8,16 @@ fhir_version=DSTU3 # server, put the DNS name of that server here. server_address=http://localhost/fhir/ +# For Jetty, use this: +# server_address=http://localhost:8080/hapi-fhir-jpaserver/fhir/ + # This is the context path for the FHIR endpoint. If this is changed, the # setting above should also be changed. server.base=/fhir +# For Jetty, use this: +# server.base=/hapi-fhir-jpaserver/fhir + default_encoding=JSON etag_support=ENABLED default_page_size=20