diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-08-18 18:39:35 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-08-18 18:39:35 +0200 |
commit | 8985f8e66cabdc65dc3d81a3653f46d6e9799980 (patch) | |
tree | f400528b8d101de08ff373219776ec27e9e66462 /config/environments | |
parent | 5a8c149f6b928b0463adf77de41e6b208aacdc5c (diff) |
Fixing more configuration issues with ActionCable
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |