mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
11 lines
241 B
YAML
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
|