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 variable expansion #15

Merged
merged 3 commits into from
Mar 3, 2023
Merged

Add support for variable expansion #15

merged 3 commits into from
Mar 3, 2023

Conversation

F21
Copy link
Contributor

@F21 F21 commented Feb 13, 2023

This PR adds support for variable expansion using the motdotla/dotenv-expand package.

This allows us to use an .env file that looks like this:

PASSWORD="s1mpl3"
DB_PASS=$PASSWORD

Closes #14

@F21
Copy link
Contributor Author

F21 commented Feb 27, 2023

ping @xom9ikk

@xom9ikk xom9ikk merged commit de1ff27 into xom9ikk:master Mar 3, 2023
@F21 F21 deleted the support-variable-expansion branch March 4, 2023 00:04
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 this pull request may close these issues.

Support variable expansion
2 participants