Currently I already managed to commit my ENCRYPTION_SECRET once with changes that I made to the .env file. Maybe it's a good idea to figure out a way we can use the ENCRYPTION_SECRET var without the risk of it being committed. Possibly create a .env.dist and put the real .env in gitignore?
Currently I already managed to commit my ENCRYPTION_SECRET once with changes that I made to the .env file. Maybe it's a good idea to figure out a way we can use the ENCRYPTION_SECRET var without the risk of it being committed. Possibly create a .env.dist and put the real .env in gitignore?