greenlight/config/cable.yml

10 lines
186 B
YAML

development:
adapter: async
test:
adapter: test
production:
adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>
url: <%= ENV['REDIS_URL'] %>
channel_prefix: greenlight_production