#48 Environment variable configuration file | Working with Express JS | A Complete NODE JS Course

Поділитися
Вставка
  • Опубліковано 4 лют 2025
  • In this lecture we are going to create a configuration file and in that configuration file we are going to define the environment variables which we want to use for our application. Then, we will also learn how to set them in NODE JS environment variables & use them in our app.

КОМЕНТАРІ • 15

  • @mohamedibrahemsaad573
    @mohamedibrahemsaad573 Рік тому +2

    for me you are the greatest of all time.. even our Ancient Egyptian pharaohs doesn't come close to you

  • @money_seed
    @money_seed Рік тому

    Brief explanation in step by step.. Thank you so much❤

  • @emadeldeenali1260
    @emadeldeenali1260 5 місяців тому

    another great video as usual thanks a lot man

  • @littlewonder8641
    @littlewonder8641 Рік тому

    great job as always.

  • @choudhuryprasadkhadiratna7575

    this course is awesome

  • @LatinRemixes25
    @LatinRemixes25 Рік тому

    Muchas gracias! Justo lo que necesitaba !

  • @vibhutripathi9635
    @vibhutripathi9635 2 роки тому

    Thanks for this course

  • @vibhutripathi9635
    @vibhutripathi9635 2 роки тому

    Waiting.....

  • @sardarzain1066
    @sardarzain1066 День тому

    May Allah(SWT) gives you billion of views, shares, like, comments and subscribers 🥲

  • @muhammadjawad7655
    @muhammadjawad7655 Рік тому

    Best theaf on UA-cam Stolen udemy node js course of Johnas 😂

    • @arung1268
      @arung1268 22 дні тому

      Can you send me that Udemy link

  • @wadanemacho
    @wadanemacho Рік тому

    I was confused by .env, .env.local, now you give me config.env.............

  • @anoushkapalvia7233
    @anoushkapalvia7233 2 роки тому

    Why does dotenv.config() should come before requiring app file in server.js file ?

    • @vatsavag5061
      @vatsavag5061 Рік тому +1

      the program will first execute app file before adding our custom environment variables to our project. But we need to add and configure those variables before our actual program starts running. So it is written above all... This is my taking from the video. It may or maynot be correct.