Skip to content

Commit

Permalink
Added ActionCable Config Url and Action Cable Allowed Request Origin
Browse files Browse the repository at this point in the history
  • Loading branch information
namangupta01 committed Jun 22, 2019
1 parent 7c9232a commit 88cea8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
# Enable threaded mode
# config.threadsafe!

config.action_cable.url = "ws://localhost:5001/cable"
config.action_cable.allowed_request_origins = [/http:\/\/*/, /https:\/\/*/]

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
Expand Down

0 comments on commit 88cea8a

Please sign in to comment.