“Jak używać dotenv w JavaScript” Kod odpowiedzi

Jak używać dotenv w JavaScript

#in you cmd type this command

npm i dotenv

#and then require it in you javascript using :
require("dotenv").config()
ParthRangarajan

.env

npm install dotenv
Evil Earthworm

Co to jest Dotenv w NodeJS

this module is used to access environment variable in our application
drpzet

dotenv w węźle JS

This is used to add a specific path to locate the .env file if we use like this 
.config() then this is finding .env file in our cwd - current working directory.


require('dotenv').config({ path: '/custom/path/to/.env' })
Coding is fun

Odpowiedzi podobne do “Jak używać dotenv w JavaScript”

Pytania podobne do “Jak używać dotenv w JavaScript”

Więcej pokrewnych odpowiedzi na “Jak używać dotenv w JavaScript” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu