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

Access multiple vaults with different DOTENV_KEY on one server #7

Closed pRdm closed 1 year ago

pRdm commented 1 year ago

Hi, we currently have 3 NextJS applications being built/hosted on the same EC2 instance in AWS. Each application has their own vault/project and I'm wondering how I can set up decryption of more than one vault via the DOTENV_KEY env variable?

pRdm commented 1 year ago

solved here https://github.com/dotenv-org/dotenv-vault/issues/232