Node.js: You are managing your environment variables wrong
1–3 of 3 posts
Re: Node.js: You are managing your environment variables wrong
#2How does this not defeat the purpose of environment variables? I use them primary because I can set them in cloud-init or in my CI system and apply them to a Docker container I'm building without having to explicitly put them in my repo.
Re: Node.js: You are managing your environment variables wrong
#3How does this not defeat the purpose of environment variables? I use them primary because I can set them in cloud-init or in my CI system and apply them to a Docker container I'm building without having to explicitly put them in my repo.
Environment variables should STILL be used in a production environment. This article helps manage development environments.