Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The .envrc file is used by direnv to load the environment variables and having this file in the repository can cause problems when the user has already one in his home directory. Moreover this file automatically loads silently the environment variables from .env.sample bypassing the explicit "direnv allow" that usually needed with .envrc which can be a potential security issue.
- Loading branch information