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

Use direnv and .envrc for processing environment variables #3

Closed
nottrobin opened this issue Sep 16, 2019 · 1 comment
Closed

Use direnv and .envrc for processing environment variables #3

nottrobin opened this issue Sep 16, 2019 · 1 comment
Assignees

Comments

@nottrobin
Copy link
Contributor

nottrobin commented Sep 16, 2019

Instead of dotrun.toml

@nottrobin nottrobin self-assigned this Sep 16, 2019
@nottrobin nottrobin changed the title Read environment variables from .env file instead of dotrun.toml Read environment variables from .env or .envrc file instead of dotrun.toml Sep 17, 2019
@nottrobin nottrobin changed the title Read environment variables from .env or .envrc file instead of dotrun.toml Use direnv and .envrc for processing environment variables Sep 17, 2019
@nottrobin
Copy link
Contributor Author

We've decided not to use direnv because it is not just a place for setting environment variables, it's effectively a full shell script. This introduces security concerns - direnv/direnv#520.

What we really want is a dumb place to put environment variables, so we'll just use python-dotenv.

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

2 participants