diff --git a/config/environments/production.rb b/config/environments/production.rb index 671b5239f..347a18617 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -69,8 +69,8 @@ Rails.application.configure do # want to log everything, set the level to "debug". config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info") - if ENV["CACHE_REDIS_URL"].present? - config.cache_store = :redis_cache_store, { url: ENV["CACHE_REDIS_URL"] } + if ENV["REDIS_URL"].present? + config.cache_store = :redis_cache_store, { url: ENV["REDIS_URL"] } end config.action_mailer.perform_caching = false