Search code examples
ruby-on-railsruby-on-rails-3environment-variablesengineyard

How to Store Environment Variables in Engine Yard


For Ruby on Rails applications, I've noticed that I don't have the option to do a ENV['NUCLEAR_LAUNCH_CODES'] = 12345 anywhere unlike Heroku.

For a Rails 3.2.17 application, does anyone know what the best practice is?


Solution

  • You can set environment variables with figaro gem.