@TheCommieAxolotl@programming.dev to Programming@programming.devEnglish • 3 months agoIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devexternal-linkmessage-square9fedilinkarrow-up116arrow-down117
arrow-up1-1arrow-down1external-linkIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.dev@TheCommieAxolotl@programming.dev to Programming@programming.devEnglish • 3 months agomessage-square9fedilink
minus-square@bizdelnick@lemmy.mllinkfedilink4•3 months agoThe best way to manage environment variables: don’t use environment variables.
minus-square@PolarKraken@programming.devlinkfedilinkEnglish6•3 months agoWhat do you do instead for dynamic values that are needed at runtime and inappropriate to check in to version control?
minus-square@bizdelnick@lemmy.mllinkfedilink0•2 months agoI’d rather prefer CI-level variables (macros?) that are not exported to the environment. Unfortunately, most CI developers don’t care about security.
The best way to manage environment variables: don’t use environment variables.
What do you do instead for dynamic values that are needed at runtime and inappropriate to check in to version control?
I’d rather prefer CI-level variables (macros?) that are not exported to the environment. Unfortunately, most CI developers don’t care about security.