Closed michaelwschroeder closed 3 years ago
The following properties should be overridden in order to allow the FHIR server to bootstrap an embedded Derby database:
postgresql:
enabled: false
schemaMigration:
enabled: false
db:
type: derby
datasourcesTemplate: "defaultDerbyDatasources"
A user should be able to deploy a FHIR server instance which uses a bootstrapped Derby database.