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

Feature Request: python-dotenv #1

Open
jraller opened this issue Mar 7, 2024 · 0 comments
Open

Feature Request: python-dotenv #1

jraller opened this issue Mar 7, 2024 · 0 comments

Comments

@jraller
Copy link

jraller commented Mar 7, 2024

Consider using python-dotenv (https://pypi.org/project/python-dotenv/) instead of using

export GENTAR_USER=
export GENTAR_PASSWORD=
export GENTAR_ENV=

as using a .env file makes it possible to automate the process without having to set those in the venv each time. It is also a good practice to include a .env.sample file in the project and add .env to the .gitignore (already present in this project's .gitignore file)

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

No branches or pull requests

1 participant