Open Erb3 opened 2 weeks ago
Moved .env files to .env.example files. Checked them out of git, .env is already in the root .gitignore. It's annoying to work with .env files checked in, they make it a lot easier to leak credentials, and harder to pull upstream.
.env
.env.example
.gitignore
Moved
.env
files to.env.example
files. Checked them out of git,.env
is already in the root.gitignore
. It's annoying to work with.env
files checked in, they make it a lot easier to leak credentials, and harder to pull upstream.