Skip to content

Commit

Permalink
Fix redis in cable
Browse files Browse the repository at this point in the history
  • Loading branch information
imustafin committed Nov 2, 2024
1 parent d4a6092 commit b3db1d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/cable.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
default: &default
adapter: redis
url: <%= ENV['REDIS_PROVIDER'] ? ENV[ENV["REDIS_PROVIDER"]] : 'set_redis_in_cable.yml' %>
ssl_params:
# Redis on Heroku needs no ssl
verify_mode: <%= OpenSSL::SSL::VERIFY_NONE %>

development:
<<: *default
Expand Down

0 comments on commit b3db1d0

Please sign in to comment.