data_importer/config/cable.yml

11 lines
195 B
YAML
Raw Normal View History

2022-03-30 22:12:56 -05:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: data_importer_production