how to use with nestjs?
ramsundark5 opened this issue · 1 comments
ramsundark5 commented
I'm using nestjs/config which internally initializes dotenv. please add an example of how to use dotenv-vault-core in a nestjs application
motdotla commented
dotenv now has built-in support for decrypting .env.vault
files. So as long as nestjs is using the latest dotenv, you should be all set. https://github.com/motdotla/dotenv
We'll try and get a guide added soon: https://dotenv.org/docs