electrode-confippet icon indicating copy to clipboard operation
electrode-confippet copied to clipboard

Defered value

Open benedyktdryl opened this issue 9 years ago • 2 comments

As I can see heavy inspiration of node-config: https://github.com/lorenwest/node-config

Is is possible to provide defered value like in example below? https://github.com/lorenwest/node-config/wiki/Configuration-Files#user-content-javascript-module---js

benedyktdryl avatar Oct 06 '16 13:10 benedyktdryl

Hi, thanks for reporting this. Yes, I can look into adding that. It's kind of possible to achieve something similar with current confippet's compose config feature.

We were in fact using node-config initially, but the requirements it caters to doesn't quite align with our requirements (at the time, not sure about now), so I wrote confippet.

jchip avatar Oct 06 '16 19:10 jchip

Ah I missed this feature. Anyway it will be bit easier to achieve same functionality with deferred style.

benedyktdryl avatar Oct 31 '16 20:10 benedyktdryl