forked from External/greenlight
allow for production cable config
This commit is contained in:
parent
fc0ecc1bb9
commit
8ff0018eac
|
@ -5,4 +5,4 @@ test:
|
||||||
adapter: test
|
adapter: test
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: async
|
adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>
|
||||||
|
|
Loading…
Reference in New Issue