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

Change raise error NOT_FOUND_DEV_VAULT #1

Closed motdotla closed 1 year ago

motdotla commented 1 year ago

A user's app should NOT be able to crash if they happen to be missing their .env.vault file AND their DOTENV_KEY is set on the server.

That is a situation that is rare but could happen. Don't crash the user's app if so!

By crash, really we are raising a stacktrace here.

motdotla commented 1 year ago

https://github.com/dotenv-org/dotenv-vault-core/pull/2