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

Support variable expansion #14

Closed
F21 opened this issue Feb 13, 2023 · 1 comment · Fixed by #15
Closed

Support variable expansion #14

F21 opened this issue Feb 13, 2023 · 1 comment · Fixed by #15

Comments

@F21
Copy link
Contributor

F21 commented Feb 13, 2023

I would like to be able to reference and expand variables in my .env file, like this:

PASSWORD="s1mpl3"
DB_PASS=$PASSWORD

This can be implemented using https://github.com/motdotla/dotenv-expand

@xom9ikk
Copy link
Owner

xom9ikk commented Mar 3, 2023

Great idea 👍
Thanks for your contribution)
Released in v2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants