Configuration in Rails app
Let’s not re-write a good article, go to: https://joyofrails.com/articles/mastering-custom-configuration-in-rails
I mostly used config.x configuration that loads a yaml file with config_for that do the multi-environment by default:
module YourApp
c...
blog.brennetot.com1 min read