smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

Move commonly used params to a config class #225

Open dogversioning opened 2 months ago

dogversioning commented 2 months ago

There are certain values that are used over and over in lots of places:

We should move these things into a single class, and then pass that around, which should make adding additional widely shared bits of config (like database engine type, which should be moved into this after its created) easier to add in the future if there is a need.

dogversioning commented 1 month ago

this is started by #233