Commit 36cd0a1
Remove .envrc and show an example in .envrc.sample
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.
This is still a useful file and to know about for contributors so we
keep the sample file in .envrc.sample and let user copy it to .envrc if
they want to use it.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>1 parent 52bb407 commit 36cd0a1
3 files changed
Lines changed: 7 additions & 22 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments