gauge/config/cable.yml

11 lines
151 B
YAML
Raw Normal View History

2016-10-01 02:08:20 +03:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://localhost:6379/1
2018-09-25 13:05:50 +03:00
channel_prefix: gauge_production