The config npm package let's you store node configuration in external configuration files as JSON, YAML, TOML, and many other formats.
config can be customized based on environment (local/dev/qa/prod/etc) and can even accept values from environment variables.
Beginner JavaScript: Setting up debugging in Node.js
• Beginner JavaScript: Setting up debugging ...