4 pointsby tmr_praveen3 hours ago4 comments
  • abstract2575 minutes ago
    I started to use the croc tool to sent the .env files.
  • ale_jacquesan hour ago
    I tend to use env variables instead of env files (12 Factor Apps - https://12factor.net/). Safer, not safest. As @late_night_fix mentioned, there has to be a balance.
  • late_night_fix2 hours ago
    I've seen teams spend more time managing secret access than building features.There's definitely a balance between security and keeping developer workflow fast.
  • nullsex9 minutes ago
    [dead]