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

ruby-on-rails-server.cable.yml Maven / Gradle / Ivy

There is a newer version: 7.6.0
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