demarches-normaliennes/config/cable.yml

11 lines
184 B
YAML
Raw Normal View History

2016-12-22 21:49:31 +01:00
development:
2021-02-16 16:14:43 +01:00
adapter: async
2016-12-22 21:49:31 +01:00
test:
2021-02-16 16:14:43 +01:00
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: tps_production