DevoteamNL / opendora

Team performance insights for your organization.
GNU General Public License v3.0
64 stars 8 forks source link

Better functionality for secret management in .env #144

Closed jeroenvandermeulen closed 8 months ago

jeroenvandermeulen commented 8 months ago

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?