@TheCommieAxolotl@programming.dev to Programming@programming.devEnglish • 2 months agoIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devexternal-linkmessage-square8fedilinkarrow-up116arrow-down10
arrow-up116arrow-down1external-linkIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.dev@TheCommieAxolotl@programming.dev to Programming@programming.devEnglish • 2 months agomessage-square8fedilink
minus-square@bizdelnick@lemmy.mllinkfedilink6•2 months agoThe best way to manage environment variables: don’t use environment variables.
minus-square@PolarKraken@programming.devlinkfedilinkEnglish5•2 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.mllinkfedilink1•1 month 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.