- fixed issue on local conformance statement not loading properly
This commit is contained in:
@@ -6,7 +6,7 @@ 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/fhir/
|
||||
|
||||
# This is the context path for the FHIR endpoint. If this is changed, the
|
||||
# setting above should also be changed.
|
||||
@@ -46,4 +46,4 @@ hibernate.cache.use_structured_entries=false
|
||||
hibernate.cache.use_minimal_puts=false
|
||||
hibernate.search.default.directory_provider=filesystem
|
||||
hibernate.search.default.indexBase=target/lucenefiles
|
||||
hibernate.search.lucene_version=LUCENE_CURRENT
|
||||
hibernate.search.lucene_version=LUCENE_CURRENT
|
||||
|
||||
Reference in New Issue
Block a user