porkchopclub/porkchop

View on GitHub
config/cable.yml

Summary

Maintainability
Test Coverage
# Action Cable uses Redis by default to administer connections, channels, and sending/receiving messages over the WebSocket.
production:
  adapter: postgresql

development:
  adapter: redis

test:
  adapter: async