TheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 1 year agoIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devexternal-linkmessage-square9fedilinkarrow-up116arrow-down118
arrow-up1-2arrow-down1external-linkIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devTheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square9fedilink
minus-squarePolarKraken@programming.devlinkfedilinkEnglisharrow-up6·1 year agoWhat do you do instead for dynamic values that are needed at runtime and inappropriate to check in to version control?
minus-squarebizdelnick@lemmy.mllinkfedilinkarrow-up1arrow-down1·1 year agoI’d rather prefer CI-level variables (macros?) that are not exported to the environment. Unfortunately, most CI developers don’t care about security.
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.