From deeebb04fc1fc954a1ad7c94711ca191d4da69b5 Mon Sep 17 00:00:00 2001 From: Marcus Malcom Date: Tue, 19 Feb 2019 09:11:30 -0800 Subject: [PATCH] Update hapi.properties Fix for #8. Default URLs should work now out of the box for jetty. --- src/main/resources/hapi.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index 332825e..4e5ee81 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -6,11 +6,11 @@ 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/fhir/ +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 +server.base=/hapi-fhir-jpaserver/fhir default_encoding=JSON etag_support=ENABLED