greenlight/config/cable.yml
2018-08-02 14:08:13 -04:00

9 lines
116 B
YAML

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