clarion/config/cable.yml

11 lines
153 B
YAML
Raw Normal View History

2019-04-28 02:02:09 +03:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://localhost:6379/1
2019-04-28 02:22:59 +03:00
channel_prefix: clarion_production