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 10:23:39 +00:00
url: ENV['REDIS_URL']
channel_prefix: polyglot_production