I’m currently deploying my Rails application on Amazon and I’m facing a problem with environment variables.
I\'m using the dotenv gem on development and testing and
You could use the figaro gem. I am using this and it works fine in production.