Switched default cable adapter to postgres (#2139)

v2
Ahmad Farhat 3 years ago committed by GitHub
parent f8a4f85193
commit ba7beb827a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/cable.yml

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