0
0
Fork 0

Fixing more configuration issues with ActionCable

This commit is contained in:
Eugen Rochko 2016-08-18 18:39:35 +02:00
parent 5a8c149f6b
commit 8985f8e66c
4 changed files with 9 additions and 5 deletions

View file

@ -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