Files
PMS/config/cable.yml
2026-01-28 09:53:14 +06:30

11 lines
150 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://localhost:6379/1
channel_prefix: todo_production