openapi-generator/samples/server/petstore/rails5/config/cable.yml
2016-05-15 00:25:00 +08:00

11 lines
241 B
YAML

# 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