polyglot/config/cable.yml

11 lines
146 B
YAML
Raw Normal View History

development:
adapter: async
test:
adapter: async
production:
adapter: redis
2018-08-28 09:56:54 +00:00
url: ${REDISTOGO_URL}
channel_prefix: polyglot_production