How to Use Environment Files (.env) in Node.js - Tutorial (dotenv)

  Рет қаралды 156,518

dcode

dcode

Күн бұрын

Пікірлер: 75
@davidlafontant2185
@davidlafontant2185 Жыл бұрын
Great video! For those working with ES6 and who could face some trouble, you could use this : `import dotenv from 'dotenv'; dotenv.config();` instead of require().
@bhaskargowda-3955
@bhaskargowda-3955 Жыл бұрын
Thanks a ton manhh
@cm3462
@cm3462 Жыл бұрын
another way : import { config } from 'dotenv' config()
@carolinaaa-d4h
@carolinaaa-d4h Жыл бұрын
Thanks 😁
@fadlikurniawan4478
@fadlikurniawan4478 6 ай бұрын
THANKYOUUUUUUUUUUUUUU
@qwerty3000
@qwerty3000 2 ай бұрын
another way: import 'dotenv/config'; :))
@SuperYtc1
@SuperYtc1 2 жыл бұрын
2:27 is when the vid starts
@AMG-cc7pi
@AMG-cc7pi Жыл бұрын
thanks for the video , just on point. Before watching this video I had to read multiple useless blogs that were long and still were not clear enough and incomplete.
@edutech8909
@edutech8909 Жыл бұрын
Quick and straight to the point! thanks man. You just got a new subscriber!
@GuilhermeSiebert
@GuilhermeSiebert Жыл бұрын
Thanks man. You quickly solved what 5 other videos didn't!
@AlphaSynapse
@AlphaSynapse 11 ай бұрын
exactly 😂
@peanutcelery
@peanutcelery 2 жыл бұрын
If your .env is named different like .env.local then you pass the options in config: config({path: "./.env.local"})
@vasilymedvedev3077
@vasilymedvedev3077 10 ай бұрын
great video and very consistent explanation, thank you, bro!
@deshangunatunga4175
@deshangunatunga4175 2 жыл бұрын
Great video, short and to the point. Thank you
@DAULISG
@DAULISG Жыл бұрын
I really appreciate these vids too, "short and to the point"
@anounTT
@anounTT Жыл бұрын
FYI: The .env file has to be where you start the application. I had index in /src/index.js, and env '/' and my start script was 'cd src && nodex index.js' and it did not detect my env variables. In the video you said in the root, but not all applications start from the root.
@adaninz4340
@adaninz4340 Жыл бұрын
I had the same probleme but I put the .env file in src and requiere dotenv module like this: require(“dotenv”).config({path:”src/.env”});
@aseo9524
@aseo9524 Жыл бұрын
Was having the same issue, your comment helped me. Thanks!
@danielfan9196
@danielfan9196 Жыл бұрын
I LOVE YOU SO MUCH EVERY OTHER VIDEO DIDN'T WORK I LOVE YOU
@JuanRomero-cq3dy
@JuanRomero-cq3dy 2 жыл бұрын
simple and straight forward thanks bro
@qwerte
@qwerte 9 ай бұрын
Starts at 2:28
@jorims8537
@jorims8537 2 жыл бұрын
Why do I need the dotenv dependency though? Can't I just add properties to the process.env in a seperate file and import them to the other sheets ?
@yidan_wang_ittan
@yidan_wang_ittan Жыл бұрын
Thank you so much! Help me clear my doubt!!!
@dcode-software
@dcode-software Жыл бұрын
You're welcome 😊
@GiuseppeGreco-jl7dx
@GiuseppeGreco-jl7dx Жыл бұрын
Quick and easy. Thanks a lot!
@b391i
@b391i 3 жыл бұрын
Keep Going My Friend On The Internet 😁
@patricetekeda
@patricetekeda Жыл бұрын
Great vid as always
@dcode-software
@dcode-software Жыл бұрын
You're welcome.
@Eliastaye6
@Eliastaye6 2 жыл бұрын
Thank you my brother that was helpful
@SudhanshuKumar-dg2mj
@SudhanshuKumar-dg2mj Жыл бұрын
Great and Thanks Bro 👍👍👍
@kennethsolomon2178
@kennethsolomon2178 2 жыл бұрын
Thank you so much ! Created my first .env file LOL.
@AlphaSynapse
@AlphaSynapse 11 ай бұрын
That was helpful 👍
@anandshete9170
@anandshete9170 9 ай бұрын
You are a GOD!!!!!!!!!!!!
@sagigalian9347
@sagigalian9347 2 жыл бұрын
thank you my friend, helped me a lot !!!
@XDTrae
@XDTrae Жыл бұрын
Actually a great video. Thank you very much
@patrick_kabwe
@patrick_kabwe 3 жыл бұрын
Thankful for the content you are giving out. Kindly create a video on how to upload a image or other files with node with a package
@InshuMussu
@InshuMussu 2 жыл бұрын
Well Explained, Thanks
@DmitryLubenskiy
@DmitryLubenskiy 2 жыл бұрын
And how do I setup env in production after deployment?..
@Новаинжиниринг
@Новаинжиниринг 2 жыл бұрын
Thank you, it's useful!
@gilbertrosales967
@gilbertrosales967 Жыл бұрын
Works. Thank you
@umbertocrema6249
@umbertocrema6249 Жыл бұрын
Thanks man!
@NaveenGabriel
@NaveenGabriel Ай бұрын
can .env file be outside the folder ?
@abcd1235911
@abcd1235911 2 жыл бұрын
How do we get the cloud foundry env variables like VCAP_APPLICATION in node.js ?
@SaintHanappi
@SaintHanappi 3 жыл бұрын
Klick (=like) first, then watch the content ;))) Excellent content/topic
@grantdoyle1259
@grantdoyle1259 Жыл бұрын
trying to use a env file in a vite project but getting this: Uncaught ReferenceError: require is not defined
@codeisaurabh
@codeisaurabh Жыл бұрын
It looks like you have not installed packages
@sagyblecher9258
@sagyblecher9258 Жыл бұрын
thank you so much!
@JD-hq1kn
@JD-hq1kn 2 жыл бұрын
Short Sweet and Effective.
@dcode-software
@dcode-software 2 жыл бұрын
Glad you liked it
@falcongold2024
@falcongold2024 3 ай бұрын
if you're ever having issues with .env. for example if it is saying something like needs to be a string...make sure your .env file is in the root of your project
@dph6539
@dph6539 2 жыл бұрын
I have a problem and also a question. what if I want to use multiple databases in dotenv?
@harshilpatel3389
@harshilpatel3389 Жыл бұрын
which theme are you using?
@dcode-software
@dcode-software Жыл бұрын
The theme I'm using is called "dcode" and I made it for my KZbin videos. You can find it on VS Code marketplace
@ruuuff
@ruuuff Жыл бұрын
thank you!
@adeshkumarpatra2620
@adeshkumarpatra2620 10 ай бұрын
Thanks!!
@vinzegonzalesgamboa1908
@vinzegonzalesgamboa1908 Жыл бұрын
nice! ty
@developmenthimanshu7324
@developmenthimanshu7324 Жыл бұрын
thanks budy
@mboe94
@mboe94 Жыл бұрын
Mine says "undefined" Any ideas? Been looking around for 5 hours now. lol. programming is fun.
@crazyboyrish2577
@crazyboyrish2577 10 ай бұрын
Same
@DawitMengistu_a
@DawitMengistu_a Жыл бұрын
.env file should be outside of any folder like routes or any other that solved my undefined problem.
@crazyboyrish2577
@crazyboyrish2577 10 ай бұрын
Thanks alot brother you saved my day❤
@twizzy5083
@twizzy5083 7 ай бұрын
mine is outside of any folder and i still get undefined :(
@AriKhuu
@AriKhuu Жыл бұрын
thank you
@999hibuki
@999hibuki Жыл бұрын
ty
@mochalo4912
@mochalo4912 2 жыл бұрын
thnx !
@aaronargottelopez3488
@aaronargottelopez3488 2 жыл бұрын
Thank you! This was awesome. Notheless, could you set subtitles in your next videos, please?
@yashsrivastav3859
@yashsrivastav3859 2 жыл бұрын
thanks
@twizzy5083
@twizzy5083 7 ай бұрын
i wish this worked for me i keep getting undefined
@oliverwolfson
@oliverwolfson 2 жыл бұрын
worked
@aminamini9191
@aminamini9191 3 жыл бұрын
♥️♥️♥️
@shayanvaliyari8232
@shayanvaliyari8232 2 жыл бұрын
It could be better if u separated the introduction to .env and the usage guide into two even shorter videos just so people get faster answers from your channel
@BronteJack-o3l
@BronteJack-o3l 3 ай бұрын
Don Ports
@SuperYtc1
@SuperYtc1 2 жыл бұрын
1) I don't care what your name is. 2) I can read the title of the video, that's why I clicked on it.
@clintonboamah6029
@clintonboamah6029 Жыл бұрын
Thank you!
@TheVicj92
@TheVicj92 Жыл бұрын
Thanks!
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Learn Express Middleware In 14 Minutes
14:48
Web Dev Simplified
Рет қаралды 410 М.
How to Build a REST API with Node JS and Express
31:34
dcode
Рет қаралды 54 М.
Flutter Environment Variable - dotenv in flutter (.env) #flutter
6:38
Proto Coders Point
Рет қаралды 4,5 М.
Learn Fetch API In 6 Minutes
6:35
Web Dev Simplified
Рет қаралды 1,3 МЛН
Learn DOTENV in 6 minutes
5:59
Code with Vlad
Рет қаралды 39 М.
Node.js Doesn’t Suck Anymore
16:59
Web Dev Simplified
Рет қаралды 132 М.
Environment Variables and dotenv - Node.js Tutorial 12
9:56
Caleb Curry
Рет қаралды 7 М.
Load Environment Variables From .env Files in Python
10:18
NeuralNine
Рет қаралды 79 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН