polyglot/config/cable.yml

11 lines
153 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV['REDIS_URL'] %>
channel_prefix: polyglot_production