Merge pull request #118 from hapifhir/incorrect-cors-property-name
Update CORS property name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user