agenda-libre-ruby/config/cable.yml

11 lines
202 B
YAML
Raw Permalink Normal View History

2017-10-21 22:12:29 +02:00
development:
adapter: async
test:
2019-12-21 21:00:16 +01:00
adapter: test
2017-10-21 22:12:29 +02:00
production:
adapter: redis
2019-12-21 21:00:16 +01:00
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
2017-10-21 22:12:29 +02:00
channel_prefix: agenda_du_libre_rails_production