added back lost config entry: allowed_bundle_types (#427)

* added back lost config entry

* disabled entry
This commit is contained in:
Patrick Werner
2022-09-15 13:10:22 +02:00
committed by GitHub
parent 43d50a0c71
commit 38f37e4db0

View File

@@ -78,6 +78,10 @@ hapi:
# supported_resource_types: # supported_resource_types:
# - Patient # - Patient
# - Observation # - Observation
##################################################
# Allowed Bundle Types for persistence (defaults are: COLLECTION,DOCUMENT,MESSAGE)
##################################################
# allowed_bundle_types: COLLECTION,DOCUMENT,MESSAGE,TRANSACTION,TRANSACTIONRESPONSE,BATCH,BATCHRESPONSE,HISTORY,SEARCHSET
# allow_cascading_deletes: true # allow_cascading_deletes: true
# allow_contains_searches: true # allow_contains_searches: true
# allow_external_references: true # allow_external_references: true