dotenv-org / dotenv-vault-core

DEPRECATED: Use motdotla/dotenv which added support for .env.vault May 30, 2023.
https://github.com/motdotla/dotenv
9 stars 4 forks source link

how to use with nestjs? #13

Open ramsundark5 opened 1 year ago

ramsundark5 commented 1 year ago

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 10 months ago

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