greenlight/config/cable.yml

10 lines
191 B
YAML

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