From 8985f8e66cabdc65dc3d81a3653f46d6e9799980 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 18 Aug 2016 18:39:35 +0200 Subject: Fixing more configuration issues with ActionCable --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/environments') diff --git a/config/environments/production.rb b/config/environments/production.rb index 09b77654f..e5cb01151 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -80,4 +80,6 @@ Rails.application.configure do } config.action_mailer.delivery_method = :smtp + + config.action_cable.allowed_request_origins = ["http#{config.x.use_https ? 's' : ''}://#{config.x.local_domain}"] end -- cgit