Merge pull request #11 from malcomm/default_url
Comments in hapi.property to indicate what values should be used when running in Jetty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user