Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for loading env values #1

Open
1 task done
SpencerKaiser opened this issue Dec 1, 2020 · 1 comment · May be fixed by #23
Open
1 task done

Add support for loading env values #1

SpencerKaiser opened this issue Dec 1, 2020 · 1 comment · May be fixed by #23
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@SpencerKaiser
Copy link
Contributor

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.

@SpencerKaiser SpencerKaiser added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 1, 2020
@SpencerKaiser SpencerKaiser modified the milestones: v2.0, v1.0 Dec 1, 2020
@nkahlor
Copy link

nkahlor commented Feb 25, 2021

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

@nkahlor nkahlor linked a pull request Feb 26, 2021 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants