yaml-config-node icon indicating copy to clipboard operation
yaml-config-node copied to clipboard

allow users to use object to load settings for key

Open TJkrusinski opened this issue 11 years ago • 0 comments

If a user wanted to load the settings for process.env.REDIS, pass an object with a key of key with the value of what environmental key you would like to use.

To override the setting for that key, specify a val attribute.

Does not affect current API

TJkrusinski avatar Sep 28 '13 15:09 TJkrusinski