Skip to content

Commit 0460521

Browse files
use REDIS_TLS_URL
recently there were redis upgrades on heroku and apparently the new version requires REDIS_TLS_URL instead of REDIS_URL
1 parent 20c9c50 commit 0460521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_application/config/cable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ test:
88

99
production:
1010
adapter: redis
11-
url: <%= ENV.fetch("REDIS_URL") %>
11+
url: <%= ENV.fetch("REDIS_TLS_URL") %>
1212
channel_prefix: ecommerce_production

0 commit comments

Comments
 (0)