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.
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
.