@nestjs-labs/config
v4.0.8
Published
Nest - modern, fast, powerful node.js web framework (@config)
Readme
⚠️ Notice: This is a fork of @nestjs/config
This 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.
Description
Configuration module for Nest based on the dotenv (to load process environment variables) package.
Installation
$ pnpm add @nestjs-labs/configUsage
{
"pnpm": {
"overrides": {
"@nestjs/config": "npm:@nestjs-labs/config@^4.0.7"
}
}
}import { ConfigModule } from '@nest/config';
@Module({
imports: [ConfigModule.forRoot()],
})
export class AppModule {}Quick Start
Support
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.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.
