mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
No CACHE_REDIS_URL used anywhere else (#323)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user