This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/config/cable.yml

10 lines
191 B
YAML
Raw Normal View History

2018-05-07 16:06:01 -04:00
development:
adapter: async
test:
2018-06-18 14:55:01 -04:00
adapter: test
2018-05-07 16:06:01 -04:00
production:
adapter: <%= ENV['CABLE_ADAPTER'] || 'postgresql' %>
2020-08-19 15:55:50 -04:00
url: <%= ENV['REDIS_URL'] %>
channel_prefix: greenlight_production