From 4b8a86002516fa1f6b501e95c187a584fceeb6a3 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 4 Oct 2012 21:36:42 -0500 Subject: [PATCH] * fixing devmode config to point back to localhost for websocket gateway --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 3e49197c2..390f02ace 100644 --- a/config/application.rb +++ b/config/application.rb @@ -66,7 +66,7 @@ module SampleApp config.assets.version = '1.0' # Runs the websocket gateway within the web app - config.websocket_gateway_uri = "ws://ubuntu:6767/websocket" + config.websocket_gateway_uri = "ws://localhost:6767/websocket" # Add the assets/fonts directory to assets.paths config.assets.paths << "#{Rails.root}/app/assets/fonts"