Skip to content

Commit

Permalink
reverting databse encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
anchita-g committed Sep 27, 2023
1 parent d6f6079 commit bff2996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class FhirApplication : Application(), DataCaptureConfig.Provider {
}
FhirEngineProvider.init(
FhirEngineConfiguration(
enableEncryptionIfSupported = false,
enableEncryptionIfSupported = true,
RECREATE_AT_OPEN,
ServerConfiguration(
"https://hapi.fhir.org/baseR4/",
Expand Down

0 comments on commit bff2996

Please sign in to comment.