mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +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 = {
|
||||
// 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) {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue