Home » NestJS
Load configuration by environment variable in NestJS application
In nestJS application, you can load the config variable with a corresponding environment variable by you can following these steps: 1. install nestjs-config package from the nestjs-config: yarn add nestjs-config 2. create folder structure with environments folder and…
Read More »