- fixed issue on local conformance statement not loading properly

This commit is contained in:
Jessie James Cosare
2019-02-20 09:32:40 +08:00
parent ca1f9f3a06
commit 64d29c675c
3 changed files with 6 additions and 6 deletions

View File

@@ -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