Merge pull request #118 from hapifhir/incorrect-cors-property-name

Update CORS property name
This commit is contained in:
Ken Stevens
2020-07-09 15:49:59 -04:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ 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.allow_origin=*
cors.allowed_origin=*
##################################################
# Allowed Bundle Types for persistence (defaults are: COLLECTION,DOCUMENT,MESSAGE)