AmericanAirlines / simple-env

An intuitive, strongly typed, and scalable way to retrieve environment variables.
https://www.npmjs.com/package/@americanairlines/simple-env
MIT License
11 stars 9 forks source link

Add support for loading env values #1

Open SpencerKaiser opened 3 years ago

SpencerKaiser commented 3 years ago

Pre-requisites:

Feature Description

We should support being able to store secrets in file(s) that the user can load (although the file should not be required to start the app - as in a production environment where .env is usually not present).

While supporting this, we should consider allowing multiple environments like [dotenv-flow] and we should also consider how users will import values from things like VCAP_SERVICES.

nkahlor commented 3 years ago

This would be super helpful to have, I'm gonna create a fork and see if I have enough time to get this working!