I'm got a Rails 4.2.5 application and I need to run 'rails server' on production, I tried some answers here:
rails server -e production
RAILS_ENV=production rails s
But I get this error:
missing region; use :region option or export region name to ENV['AWS_REGION'] (Aws::Errors::MissingRegionError)
Am I missing some configurations?