Login
Roast topics
Find topics
Find it!
From:
Boring Rails: Skip the bullshit and ship fast |
(Uncensored)
subscribe
Ensure required environment variables are set when booting up Rails
https://boringrails.com/tips/ensure-rails-env-vars
links
backlinks
Tagged with:
ruby
rails
Roast topics
Find topics
Roast it!
It’s common to use environment variables to configure external services or other options in a Rails app. These ENV_VARS usually are not checked into source control, but rather configured per environment.