cm0002@suppo.fi to Programmer Humor@programming.dev · 13 hours agoTech bros having their production environments nuked by AI is never gonna get oldsuppo.fiimagemessage-square53fedilinkarrow-up1564
arrow-up1564imageTech bros having their production environments nuked by AI is never gonna get oldsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 13 hours agomessage-square53fedilink
minus-squareplacebo@lemmy.ziplinkfedilinkEnglisharrow-up14·edit-211 hours agoAs well as storing production credentials in plain text in an .env file.
minus-squareThe_Decryptor@aussie.zonelinkfedilinkEnglisharrow-up2·5 hours ago.env files are wild to me, environment variables have never been a good way to pass data to applications, let alone secret data. So the solution people came up with was to store them in plain text next to the binary, and then have a loader apply them before running the main app.
As well as storing production credentials in plain text in an
.envfile..envfiles are wild to me, environment variables have never been a good way to pass data to applications, let alone secret data.So the solution people came up with was to store them in plain text next to the binary, and then have a loader apply them before running the main app.