Answers for "function of dotenv in nodejs"

6

node dotenv

require('dotenv').config();

console.log(process.env.MY_ENV_VAR);
Posted by: Guest on October-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language