Skip to content

Commit

Permalink
Enforce referential integrity on write
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c authored and Paul F Bugni committed Oct 17, 2024
1 parent 39f4801 commit 6bf054e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/freestanding/femr/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ services:

hapi.fhir.bulk_export_enabled: "true"
hapi.fhir.bulk_import_enabled: "true"
# allow FHIR resources to be written even if resources they refer to are not present on the same server
hapi.fhir.enforce_referential_integrity_on_write: "false"
# TODO remove when cascading delete generally available in FHIR REST API
hapi.fhir.enforce_referential_integrity_on_delete: "false"
# allow direct assignment of resource IDs in any format
Expand Down

0 comments on commit 6bf054e

Please sign in to comment.