Y
Hacker News
new
|
ask
|
show
|
jobs
Node.js: You are managing your environment variables wrong
(
medium.com
)
1 points
by
Narzerus
3987 days ago
1 comments
mattkrea
3987 days ago
How 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.
link
Narzerus
3987 days ago
Environment variables should STILL be used in a production environment. This article helps manage development environments.
link