Environment Specific Variables in NodeJs

1 · Jake Trent · Dec. 5, 2012, midnight
Sometimes things change in different environments. For one, I wear a tie to church but try not to otherwise. In Node, you might want variables to change per environment. And it turns out people have wanted this exact thing, creating marvels of code for us to use as we please. Enter, nconf. ...