From 8ff0018eacfc530b585acc910f64ded63ff0f084 Mon Sep 17 00:00:00 2001 From: Joshua Arts Date: Thu, 2 Aug 2018 14:08:13 -0400 Subject: [PATCH] allow for production cable config --- config/cable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cable.yml b/config/cable.yml index fd2d04e8..e3d24a08 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -5,4 +5,4 @@ test: adapter: test production: - adapter: async + adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>