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-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.
.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.