yodaos-project/yoda.js

config: partially override configurations

legendecas opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
In runtime customizations, not all config fields are required to be overwritten. Rather, merging multiple config files was eagerly demanded.

Describe the solution you'd like
Package like @yoda/env could be introduced to merge config files.

Note that, @yoda/env's name is for environment, so a renaming might be required if we decided to merge them.

How about making the @yoda/env API-compatible with node-config and move it to packages/config?

How about making the @yoda/env API-compatible with node-config and move it to packages/config?

Sounds good to me.