|
|
|
|
|
by haloboy777
1360 days ago
|
|
They didn't even mention the alternative to this statement.
I've only ran applications with environment variables. And since they're allowed everywhere (lambdas, docker images, heroku and whatnot), It's hard to imagine how passing credentials into code, could've been done otherwise. |
|
Environment variables seem to be the standard.
Direct dependency is usually bad and injecting files violates the immutable nature of a container.