@[email protected] to [email protected]English • 2 months agoIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devexternal-linkmessage-square9fedilinkarrow-up116
arrow-up116external-linkIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.dev@[email protected] to [email protected]English • 2 months agomessage-square9fedilink
minus-square@[email protected]linkfedilink6•2 months agoThe best way to manage environment variables: don’t use environment variables.
minus-square@[email protected]linkfedilinkEnglish6•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@[email protected]linkfedilink1•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.