split redis for sidekiq and and caching

This commit is contained in:
2021-05-06 17:44:11 +02:00
parent 84a8c94d0e
commit 474b443691
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ Rails.application.configure do
config.log_tags = [ :request_id ]
# Use a different cache store in production.
config.cache_store = :redis_cache_store, { url: ENV['REDIS_URL'] }
config.cache_store = :redis_cache_store, { url: ENV['HEROKU_REDIS_PURPLE_TLS_URL'] }
# Use a real queuing backend for Active Job (and separate queues per environment).
# config.active_job.queue_adapter = :resque