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

Added referencing other environment variables within the .env file #758

Closed
wants to merge 1 commit into from
Closed

Added referencing other environment variables within the .env file #758

wants to merge 1 commit into from

Conversation

barbaris-in
Copy link

Search for variable expansion patterns ${VARIABLE_NAME}, and replaces them with the corresponding values.

CLIENT_ID=your_clent_id
CLEINT_SECRET=${SOME_ANOTHER_VARIABLE_WITH_SECRET}

@motdotla
Copy link
Owner

motdotla commented Jul 6, 2023

Hi @barbaris-in, have you seen dotenv-expand ?

@barbaris-in
Copy link
Author

barbaris-in commented Jul 7, 2023

Oh. I see it now. Is it worth to keep separate library?
Anyway, thank you very much

@motdotla
Copy link
Owner

motdotla commented Jul 8, 2023

It's being considered but is not yet a priority. #694

@motdotla motdotla closed this Jul 8, 2023
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.

None yet

2 participants