Update hapi.properties

Fix for #8. Default URLs should work now out of the box for jetty.
This commit is contained in:
Marcus Malcom
2019-02-19 09:11:30 -08:00
parent ca1f9f3a06
commit deeebb04fc

View File

@@ -6,11 +6,11 @@ fhir_version=DSTU3
# This is the address that the FHIR server will report as its own address. # 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 # If this server will be deployed (for example) to an internet accessible
# server, put the DNS name of that server here. # 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 # This is the context path for the FHIR endpoint. If this is changed, the
# setting above should also be changed. # setting above should also be changed.
server.base=/fhir server.base=/hapi-fhir-jpaserver/fhir
default_encoding=JSON default_encoding=JSON
etag_support=ENABLED etag_support=ENABLED