@samuellhuber.eth
What do people use to manage .env variables across development teams?
I'd love to securely sync .env files across all team members per branch so that no one has to worry about any .env values missing.
Do your own feature branch -> your own values. e.g. localhost & docker compose
develop branch -> test against dev
prod branch: managed via GitOps anyway. No need for your .env