jembi / hearth

A fast FHIR-compliant server focused on longitudinal data stores.
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

IHS-123 Allow string-type parameter for upsert flag #169

Closed Zooloo2014 closed 4 years ago

Zooloo2014 commented 4 years ago

Prior to this change, environment variables received through the environment were interpreted by nconf as strings.

This change allows the upsert flag to be passed in as string or boolean data type.

Also, changes the name of the upsert flag in the configuration file to 'updateCreate'