Skip to content

nestjs-labs/nestjs-config

 
 

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Discord Backers on Open Collective Sponsors on Open Collective

⚠️ 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/config

Usage

{
  "pnpm": {
    "overrides": {
      "@nestjs/config": "npm:@nestjs-labs/config@^4.0.8"
    }
  }
}
import { ConfigModule } from '@nest/config';

@Module({
  imports: [ConfigModule.forRoot()],
})
export class AppModule {}

Quick Start

Overview & Tutorial

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

License

Nest is MIT licensed.

About

Configuration module for Nest framework (node.js) 🍓

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.4%
  • JavaScript 1.6%