added support for allowedBundleTypes in properties

This commit is contained in:
patrick-werner
2019-09-12 13:22:23 -04:00
parent cde8981c83
commit b1e77303d5
3 changed files with 286 additions and 250 deletions

View File

@@ -92,6 +92,11 @@ cors.allowCredentials=true
# cors.allowed_origin=http://localhost:8080,https://localhost:8080,https://fhirtest.uhn.ca
cors.allow_origin=*
##################################################
# Allowed Bundle Types for persistence (defaults are: COLLECTION,DOCUMENT,MESSAGE)
##################################################
#allowedBundleTypes=COLLECTION,DOCUMENT,MESSAGE,TRANSACTION,TRANSACTIONRESPONSE,BATCH,BATCHRESPONSE,HISTORY,SEARCHSET
##################################################
# Subscriptions
##################################################