Skip to content

Commit

Permalink
Add verify mode in cable
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciapaz committed Oct 17, 2024
1 parent d9f9239 commit 29a4f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: giving_connection_production
ssl_params:
verify_mode: <%= OpenSSL::SSL::VERIFY_NONE %>

0 comments on commit 29a4f66

Please sign in to comment.