Add support for loading env values #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
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 likeVCAP_SERVICES
.The text was updated successfully, but these errors were encountered: