mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 00:59:55 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
fd5b84b6eb
commit
66f953d957
1 changed files with 5 additions and 6 deletions
|
@ -49,11 +49,11 @@ $.extend(Settings, {
|
||||||
});
|
});
|
||||||
|
|
||||||
var URLs = {
|
var URLs = {
|
||||||
// STABLE METAVERSE_URL: https://metaverse.highfidelity.com
|
// STABLE METAVERSE_URL: https://metaverse.highfidelity.com
|
||||||
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
||||||
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
||||||
CDN_URL: 'https://content.vircadia.com/eu-c-1',
|
CDN_URL: 'https://content.vircadia.com/eu-c-1',
|
||||||
PLACE_URL: 'https://hifi.place',
|
PLACE_URL: 'https://hifi.place'
|
||||||
};
|
};
|
||||||
|
|
||||||
var Strings = {
|
var Strings = {
|
||||||
|
@ -510,4 +510,3 @@ function getMetaverseUrl(callback) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue