* fixing devmode config to point back to localhost for websocket gateway

This commit is contained in:
Seth Call 2012-10-04 21:36:42 -05:00
parent 5599aa9405
commit 4b8a860025
1 changed files with 1 additions and 1 deletions

View File

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