Dotenv

Load .env files into your process.env

As early as possible,

require('dotenv').config()

Last updated