fixed CORS support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Adjust this to set the version of FHIR supported by this server. See
|
||||
# FhirVersionEnum for a list of available constants. Example values include
|
||||
# DSTU2, DSTU3, R4.
|
||||
fhir_version=R4
|
||||
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
|
||||
@@ -51,6 +51,9 @@ hibernate.search.default.indexBase=target/lucenefiles
|
||||
hibernate.search.lucene_version=LUCENE_CURRENT
|
||||
tester.config.refuse_to_fetch_third_party_urls=false
|
||||
cors.enabled=true
|
||||
cors.allowCredentials=true
|
||||
# Supports multiple, comma separated allowed origin entries
|
||||
# cors.allowed_origin=http://localhost:8080,https://localhost:8080,https://fhirtest.uhn.ca
|
||||
cors.allowed_origin=*
|
||||
|
||||
##################################################
|
||||
|
||||
Reference in New Issue
Block a user