forked from External/greenlight
Switched default cable adapter to postgres (#2139)
This commit is contained in:
parent
f8a4f85193
commit
ba7beb827a
|
@ -5,6 +5,6 @@ test:
|
|||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>
|
||||
adapter: <%= ENV['CABLE_ADAPTER'] || 'postgresql' %>
|
||||
url: <%= ENV['REDIS_URL'] %>
|
||||
channel_prefix: greenlight_production
|
Loading…
Reference in New Issue