“NPM DOTENV” Respostas de código

Instale o DOTENV

# For python users only
pip install python-dotenv
Random boi

nó dotenv

require('dotenv').config();

console.log(process.env.MY_ENV_VAR);
garzj

NPM DOTENV

# install locally (recommended)
npm install dotenv --save
Rich Rabbit

python install dotenv

pip install python-dotenv
Random boi

nó dotenv

const config = require('dotenv-config')();
 
console.log(config.test); // localhost
 
module.exports = config;
akileus

NPM DOTENV

npm install dotenv
npx nodemon -r dotenv/config server.js
Merlin4 (ranken)

Respostas semelhantes a “NPM DOTENV”

Perguntas semelhantes a “NPM DOTENV”

Procure respostas de código populares por idioma

Procurar outros idiomas de código