diff --git a/config/environments/development.rb b/config/environments/development.rb index 4c681ee6..2eda7ecf 100755 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -55,5 +55,5 @@ Rails.application.configure do config.file_watcher = ActiveSupport::EventedFileUpdateChecker # Set Cable URL - config.action_cable.url = "ws://192.168.1.39:3002/cable" + config.action_cable.url = "ws://192.168.1.196:3002/cable" end