From 69bbd98ffe5d76f429e10f2f0a71ce6380814196 Mon Sep 17 00:00:00 2001 From: Marcus Malcom <5497353+malcomm@users.noreply.github.com> Date: Tue, 19 Feb 2019 10:07:01 -0800 Subject: [PATCH] Update hapi.properties #8. use the original URLs, but add some commented out configs to help with Jetty --- src/main/resources/hapi.properties | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index 4e5ee81..c4aef73 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -6,11 +6,17 @@ fhir_version=DSTU3 # This is the address that the FHIR server will report as its own address. # If this server will be deployed (for example) to an internet accessible # server, put the DNS name of that server here. -server_address=http://localhost:8080/hapi-fhir-jpaserver/fhir/ +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=/hapi-fhir-jpaserver/fhir +server.base=/fhir + +# For Jetty, use this: +# server.base=/hapi-fhir-jpaserver/fhir default_encoding=JSON etag_support=ENABLED