Skip to content

Commit

Permalink
Update content/techniques/configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Sep 12, 2023
1 parent e829b0f commit afd284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/techniques/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export async function getStorageModule() {

This construction guarantees that after the `ConfigModule.envVariablesLoaded` Promise resolves, all configuration variables are loaded up.

#### Conditional Module Configuration
#### Conditional module configuration

There may be times where you want to conditionally load in a module and specify the condition in an env variable. Fortunately, `@nestjs/config` provides a `ConditionalModule` that allows you to do just that.

Expand Down

0 comments on commit afd284b

Please sign in to comment.