diff --git a/config/cable.yml b/config/cable.yml index e3d24a08..6f6c5911 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -6,3 +6,5 @@ test: production: adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %> + url: <%= ENV['REDIS_URL'] %> + channel_prefix: greenlight_production \ No newline at end of file