Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(dotenv loading): load form file not from local environment#31

Merged
caviri merged 1 commit intodevelopfrom
fix-dotenv-loading
Jan 23, 2024
Merged

fix(dotenv loading): load form file not from local environment#31
caviri merged 1 commit intodevelopfrom
fix-dotenv-loading

Conversation

@sabinem
Copy link
Contributor

@sabinem sabinem commented Jan 23, 2024

replace load_dotenv by dotenv_values as the former function loads the local environment variables, but what we need is that the variables are loaded from the .env file

replace `load_dotenv` by `dotenv_values` as the former function
loads the local environment variables, but what we need is that
the variables are loaded from the `.env` file
@sabinem sabinem requested a review from caviri January 23, 2024 10:56
Copy link
Member

@caviri caviri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@caviri caviri merged commit cf5949d into develop Jan 23, 2024
@caviri caviri deleted the fix-dotenv-loading branch January 23, 2024 14:25
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.

2 participants

Comments