Content pfp
Content
@
https://warpcast.com/~/channel/devfc
0 reply
0 recast
0 reaction

Samuel ツ pfp
Samuel ツ
@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
7 replies
1 recast
14 reactions

Tony D’Addeo pfp
Tony D’Addeo
@deodad
used doppler.com at a previous job and overall was nice my main complaint it felt like overkill, it creates a great ux but at the expense of yet another service to pay, trust, learn at MM we have some light weight scripts that use `aws secretsmanager get-secret-value` to sync but mostly we just do it manually
1 reply
0 recast
3 reactions

Mo pfp
Mo
@meb
I've used a .env.example in the past to at least have a sane list of which values I even need, along with none sensitive smart defaults. For then populating this, I think some form of a script that could tap into a secrets manager, copy .env.example to a .env.local or .env.test would be the way to go
1 reply
0 recast
1 reaction

Michael Pfister pfp
Michael Pfister
@pfista
.env.sample send secrets via signal
0 reply
0 recast
3 reactions

Steve pfp
Steve
@stevedylandev.eth
1Password perhaps? Would be curious to see other’s responses
0 reply
0 recast
3 reactions

Shushant pfp
Shushant
@0xshushant.eth
1password secrets management is nice because you don't have to hardcode secrets https://1password.com/developers/secrets-management
0 reply
0 recast
1 reaction

0xbhaisaab pfp
0xbhaisaab
@0xbhaisaab
been using vercel cli for most managing envs
0 reply
0 recast
1 reaction

nicholas 🧨 pfp
nicholas 🧨
@nicholas
there are several options including infisical but i've never committed to using it, and never encountered devs that religiously use any of these options
0 reply
0 recast
1 reaction