From f4edc495a9f663b69aa9dcdae15921e30886d04d Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 14 Dec 2017 14:00:47 +0630 Subject: [PATCH] comment for cable production --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index daf783e7..dc3341f3 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -86,6 +86,6 @@ Rails.application.configure do config.active_record.dump_schema_after_migration = false # Action Cable Setup - config.action_cable.url = "ws://192.168.1.24:9292/cable" + # config.action_cable.url = "ws://192.168.1.24:9292/cable" config.action_cable.allowed_request_origins = [/http:\/\/*/, /https:\/\/*/] end