Config

This library wraps the default @nestjs/config library and adds the ability to define variables that are required for the service to launch and the ability to parse environment variables.

The ConfigModule is registered globally, so you can inject it as you wish

Last updated