diff --git a/server-console/src/main.js b/server-console/src/main.js index 7b95b52c26..a382a10b60 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -301,7 +301,7 @@ LogWindow.prototype = { function goHomeClicked() { if (interfacePath) { - startInterface('hifi://localhost/542.972,495.01,509.351/0,-0.385102,0,0.922874'); + startInterface('hifi://localhost/7.91966,23.2104,20.7416/0,-0.476144,0,0.879367'); } else { // show an error to say that we can't go home without an interface instance dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity client", "Interface", false)); @@ -474,7 +474,7 @@ function maybeInstallDefaultContentSet(onComplete) { // Start downloading content set var req = progress(request.get({ - url: "https://s3.amazonaws.com/hifi-public/homeset/demo.zip" + url: "https://s3.amazonaws.com/hifi-public/homeset/ContentSet-Lounge.zip" }, function(error, responseMessage, responseData) { if (aborted) { return;