This post originated from an RSS feed registered with Ruby Buzz
by Paul Gross.
Original Post: Bazel and .env Files
Feed Title: Paul Gross's Blog - Home
Feed URL: http://feeds.feedburner.com/pgrs
Feed Description: Posts mainly about ruby on rails.
Many of our new apps at Braintree use environment variables for configuration. This is in line with Twelve-Factor principles and makes it easier to run the same artifact in multiple environments. In our case, the artifact is a Docker image. Docker natively supports env files, so we can write our