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