diff --git a/config/cable.yml b/config/cable.yml index 6f6c5911..8942e81a 100644 --- a/config/cable.yml +++ b/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 \ No newline at end of file