From 66f953d957f6b925d61aaf0bc1632abf8cbf5b11 Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Wed, 16 Sep 2020 19:59:07 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David Rowe --- domain-server/resources/web/js/shared.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/domain-server/resources/web/js/shared.js b/domain-server/resources/web/js/shared.js index f6e467da0e..654c748639 100644 --- a/domain-server/resources/web/js/shared.js +++ b/domain-server/resources/web/js/shared.js @@ -49,11 +49,11 @@ $.extend(Settings, { }); var URLs = { - // STABLE METAVERSE_URL: https://metaverse.highfidelity.com - // STAGING METAVERSE_URL: https://staging.highfidelity.com - DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live", - CDN_URL: 'https://content.vircadia.com/eu-c-1', - PLACE_URL: 'https://hifi.place', + // STABLE METAVERSE_URL: https://metaverse.highfidelity.com + // STAGING METAVERSE_URL: https://staging.highfidelity.com + DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live", + CDN_URL: 'https://content.vircadia.com/eu-c-1', + PLACE_URL: 'https://hifi.place' }; var Strings = { @@ -510,4 +510,3 @@ function getMetaverseUrl(callback) { } }); } -