Switched default cable adapter to postgres (#2139)

This commit is contained in:
Ahmad Farhat
2020-09-29 11:31:42 -04:00
committed by GitHub
parent f8a4f85193
commit ba7beb827a

View File

@ -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