#### About the Config Manager Module

This module:

1) Imports the `ConfigManagerModule` as a dynamic module, making a call to `register()` to configure the module. You can customize the behavior of the module with the `register()` or `registerAsync()` registration call.  Read more [here](https://github.com/nestjsplus/config/wiki/Module-configuration-options).
2) Defines the `ConfigService`.  Use this class to define the validation schema for your environment variables.  Read more [here](https://github.com/nestjsplus/config/wiki/Schemas).

This module was generated automatically when you ran `nest add @nestjsplus/config`.  You can either:
1) Customize these existing classes to achieve your desired behavior.
2) Replace them with your own custom implementation.

Read more about [@nestjsplus/config](https://github.com/nestjsplus/config).