* fixing devmode config to point back to localhost for websocket gateway
This commit is contained in:
parent
5599aa9405
commit
4b8a860025
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue