node-convict icon indicating copy to clipboard operation
node-convict copied to clipboard

Readme precedence lists load as being equivalent to set

Open casba opened this issue 7 years ago • 1 comments

The readme for 3.0.0 states:

Precedence order

When merging configuration values from different sources, Convict follows precedence rules. The order, from lowest to highest, is:

Default value File (config.loadFile()) Environment variables Command line arguments Set and load calls (config.set() and config.load())

But as per the code and the conversation in issue #50 config.load appears to be at the precedence level of config.loadFile, not config.set.

casba avatar Jun 06 '17 16:06 casba

Similar/Duplicate : #211

A-312 avatar Dec 07 '19 11:12 A-312