greenlight-2.14.4/config/cable.yml

10 lines
191 B
YAML
Raw Permalink Normal View History

2023-02-13 23:17:00 +08:00
development:
adapter: async
test:
adapter: test
production:
adapter: <%= ENV['CABLE_ADAPTER'] || 'postgresql' %>
url: <%= ENV['REDIS_URL'] %>
channel_prefix: greenlight_production