How to use different environment variables for development and production in node.js
Some information in our project is secret (like API keys, secrets, etc.), so we cannot use them directly, so we store them in a .env file and push the code to .gitignore the file thus keeping our sensitive information safe. And we might have separate...
blog.arif-istiak.xyz1 min read