Ditch dotenv: Node.js Now Natively Supports .env File Loading - Gives you the ability to specify all your node programs environment variables from a .env file which you specify using the node --env-file flag, or programstically from inside your app. Could be quite handy to easily switch between environments. Supports environment variables containing multi-line strings. Pretty cool. javascript.plainenglish.io #