From 0f187dc34a4ac46ee2c773df58c67d0f98991dff Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 21 Sep 2016 23:08:02 -0700 Subject: [PATCH] Update content set url --- server-console/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-console/src/main.js b/server-console/src/main.js index b8e661ffbd..4f56921b28 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -42,7 +42,7 @@ const appIcon = path.join(__dirname, '../resources/console.png'); const DELETE_LOG_FILES_OLDER_THAN_X_SECONDS = 60 * 60 * 24 * 7; // 7 Days const LOG_FILE_REGEX = /(domain-server|ac-monitor|ac)-.*-std(out|err).txt/; -const HOME_CONTENT_URL = "http://cachefly.highfidelity.com/home.tgz"; +const HOME_CONTENT_URL = "https://hifi-public.s3.amazonaws.com/tutorial.tar.gz" function getBuildInfo() { var buildInfoPath = null;