Skip to content

Commit 51cc2c3

Browse files
committed
heroku redis config tweaks
1 parent fd1152c commit 51cc2c3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
# Use a different cache store in production.
6868
# config.cache_store = :mem_cache_store
69-
config.cache_store = :redis_cache_store, { url: ENV['REDIS_URL'] }
69+
config.cache_store = :redis_cache_store, { url: ENV['REDIS_URL'], ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE } }
7070

7171
# Use a real queuing backend for Active Job (and separate queues per environment).
7272
# config.active_job.queue_adapter = :resque

config/initializers/redis.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)