polyglot/config/cable.yml

11 lines
153 B
YAML
Raw Normal View History

development:
adapter: async
test:
adapter: async
production:
adapter: redis
2018-08-28 10:31:24 +00:00
url: <%= ENV['REDIS_URL'] %>
channel_prefix: polyglot_production