add redis cache and heroku config

This commit is contained in:
2021-04-24 18:33:29 +02:00
parent 04434760c5
commit 07c05f261d
4 changed files with 7 additions and 1 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 = :mem_cache_store
config.cache_store = :redis_cache_store, { url: ENV['REDIS_URL'] }
# Use a real queuing backend for Active Job (and separate queues per environment).
# config.active_job.queue_adapter = :resque