12-factor Node.js application configuration management without the `config` npm package · Code with Hugo

added by JavaScript Kicks
3/15/2019 7:57:42 AM

1404 Views

The config npm package is great ( npmjs.com/package/config), but it encourages confusing and non- 12-factor-app-compliant patterns. We'll look at some of the patterns it encourages and why they'll bring you struggles down the road as well a simple, single-file, no-dependency way to define your configuration.


0 comments