Read NODE_ENV dependent configuration files
npm install @narando/configEnvironment dependent configuration loader.
Thanks to Romuald Bulyshko for his initial
implementation config.json.
You need to have nodejs and npm installed.
``bash`
$ npm install @narando/config
Loads configuration from process.env, ./config.json and./config.NODE_ENV.json.
`javascript
import config from "@narando/config";
console.log(config); // Usable config object
``
As this package is part of the toolkit monorepo, please refer to the top-level
README to learn about hacking on this package.
* nconf - Config loader