Skip to content

Commit

Permalink
use REDIS_TLS_URL
Browse files Browse the repository at this point in the history
recently there were redis upgrades on heroku and apparently the new version requires REDIS_TLS_URL instead of REDIS_URL
  • Loading branch information
andrzejkrzywda committed Nov 3, 2024
1 parent 20c9c50 commit 0460521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_application/config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ test:

production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") %>
url: <%= ENV.fetch("REDIS_TLS_URL") %>
channel_prefix: ecommerce_production

0 comments on commit 0460521

Please sign in to comment.