Commit b8cfdcdc by Alexander Bazo

Change default server url in UI and code

parent 04dd2d8c
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</span> </span>
<span class="option"> <span class="option">
<label for="viewerServerUrl">Server</label> <label for="viewerServerUrl">Server</label>
<input type="url" id="viewerServerUrl" name="viewerServerUrl" value="ws://localhost:2568"> <input type="url" id="viewerServerUrl" name="viewerServerUrl" value="ws://132.199.139.204:2568">
</span> </span>
</div> </div>
<div class="startButton">Start</div> <div class="startButton">Start</div>
......
...@@ -7,7 +7,7 @@ import FakeGazeDataProvider from "./gaze/FakeGazeDataProvider.js"; ...@@ -7,7 +7,7 @@ import FakeGazeDataProvider from "./gaze/FakeGazeDataProvider.js";
import GazeDataProvider from "./gaze/GazeDataProvider.js"; import GazeDataProvider from "./gaze/GazeDataProvider.js";
const GAZE_SERVER_URL = "ws://localhost:8001/gaze", const GAZE_SERVER_URL = "ws://localhost:8001/gaze",
VIEWER_SERVER_URL = "ws://localhost:2568"; VIEWER_SERVER_URL = "ws://132.199.139.204:2568";
var starScreen = document.querySelector("#startScreen"), var starScreen = document.querySelector("#startScreen"),
stage = document.querySelector("#stage"), stage = document.querySelector("#stage"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment