Are people too stupid to use .env files? What could go wrong?
- people check in the .env file with the secret
- people put the secret into the .env_example file
- .gitignore doesn't skip the .env file
Post
January 18, 2021
January 18, 2021
Are people too stupid to use .env files? What could go wrong?
- people check in the .env file with the secret
- people put the secret into the .env_example file
- .gitignore doesn't skip the .env file