NestJS Config Module: Using environment variables

preview_player
Показать описание
Nestjs Full Course: Episode 12
This video is about accessing environment variables in NestJS applications.

I start by introducing the problem of accessing environment variables in NestJS and explain that it can be done using the config module. I then demonstrate how to install and configure the config module in a NestJS project.

I also discusses some best practices for organizing configurations, such as creating custom configuration objects and managing different environment files. Finally, I provide a recap of the steps involved in accessing environment variables in NestJS applications.

Overall, this video provides a comprehensive overview of how to access and manage environment variables in NestJS applications. It covers both basic and advanced topics, making it suitable for developers of all levels.

Рекомендации по теме
Комментарии
Автор

The Best course of Nest js 💯 thank you 🔥

Mahadev-xu
Автор

What about type safe env (would love to see autocompletion intellisense to my env)

belkocik
Автор

after adding env variables. our seed functionality is broken

venobrun
Автор

Why is not type safe and there is not autocompletion intellisense? It is just a string.

FejkMarcin