clair_app/config/cable.yml
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

11 lines
190 B
YAML

development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: clair_app_production