mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
website: point to real demo server
This commit is contained in:
@@ -7,7 +7,7 @@ Demo.DemoController = Ember.ObjectController.extend({
|
|||||||
|
|
||||||
// connect to the websocket once we enter the application route
|
// connect to the websocket once we enter the application route
|
||||||
// var socket = window.io.connect('http://localhost:8080');
|
// var socket = window.io.connect('http://localhost:8080');
|
||||||
var socket = new WebSocket("ws://vault-demo-server.herokuapp.com/socket");
|
var socket = new WebSocket("ws://demo-server.vaultproject.io/socket");
|
||||||
|
|
||||||
// Set socket on application controller
|
// Set socket on application controller
|
||||||
this.set('socket', socket);
|
this.set('socket', socket);
|
||||||
|
|||||||
Reference in New Issue
Block a user