We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using both ignoreEnvVars: true and expandVariables: true dotenv-expand` still load configuration from environment variables.
ignoreEnvVars: true
expandVariables: true
https://github.com/Toilal/nest-config-ignore-env-vars-repro
This should display OK, but KO is displayed. This means the environment variable is loaded from process.env with the following config.
process.env
imports: [ConfigModule.forRoot({ expandVariables: true, ignoreEnvVars: true })],
1.2.0
8.2.3
16
No response
The text was updated successfully, but these errors were encountered:
#245 (comment)
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
When using both
ignoreEnvVars: true
andexpandVariables: true
dotenv-expand` still load configuration from environment variables.Minimum reproduction code
https://github.com/Toilal/nest-config-ignore-env-vars-repro
Steps to reproduce
Expected behavior
This should display OK, but KO is displayed. This means the environment variable is loaded from
process.env
with the following config.Package version
1.2.0
NestJS version
8.2.3
Node.js version
16
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: