polyglot/config/cable.yml

11 lines
146 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: ${REDISTOGO_URL}
channel_prefix: polyglot_production