Skip to content

Commit

Permalink
Use postgres adapter for ActionCable in production too
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed Nov 4, 2024
1 parent 14fd0d6 commit 7d36a44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rails_application/config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ test:
adapter: async

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

0 comments on commit 7d36a44

Please sign in to comment.