A progressive Node.js framework for building efficient and scalable server-side applications.
⚠️ Notice: This is a fork of @nestjs/configThis repository includes the changes from PR #2122 which adds Standard Schema validation support for configuration schema. This fork will be removed once the PR is merged into the upstream repository.
Configuration module for Nest based on the dotenv (to load process environment variables) package.
$ pnpm add @nestjs-labs/config{
"pnpm": {
"overrides": {
"@nestjs/config": "npm:@nestjs-labs/config@^4.0.8"
}
}
}import { ConfigModule } from '@nest/config';
@Module({
imports: [ConfigModule.forRoot()],
})
export class AppModule {}Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.