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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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