Managing development environment variables across multiple Ruby applications
The Twelve Factor App tells us to keep our secrets in the ENV, but what about when you have multiple apps, the same providers and different credentials? I wrote about how best to manage environment variables across multiple applications.
Post a comment