config: partially override configurations
legendecas opened this issue · 3 comments
legendecas commented
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.
yorkie commented
Note that, @yoda/env
's name is for environment, so a renaming might be required if we decided to merge them.
yorkie commented
How about making the @yoda/env
API-compatible with node-config and move it to packages/config
?
legendecas commented
How about making the
@yoda/env
API-compatible with node-config and move it topackages/config
?
Sounds good to me.