envy icon indicating copy to clipboard operation
envy copied to clipboard

Don't overwrite environment variables that are already set

Open kamal opened this issue 6 years ago • 0 comments

In both node and ruby dotenv, it does not overwrite environment variables that are already set:

  • https://github.com/bkeepers/dotenv#why-is-it-not-overriding-existing-env-variables
  • https://github.com/motdotla/dotenv#what-happens-to-environment-variables-that-were-already-set

This library should emulate that expectation.

kamal avatar Feb 14 '19 04:02 kamal