All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rails5.cable.yml Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
# Action Cable uses Redis by default to administer connections, channels, and sending/receiving messages over the WebSocket.
production:
  adapter: redis
  url: redis://localhost:6379/1

development:
  adapter: async

test:
  adapter: async




© 2015 - 2024 Weber Informatics LLC | Privacy Policy