clarion/config/cable.yml
2019-04-28 11:52:05 +03:00

11 lines
153 B
YAML

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