mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +02:00
Set metaverse and ice to Vircadia again.
This commit is contained in:
parent
9b0ac9d75f
commit
4224c8120f
1 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@ namespace NetworkingConstants {
|
||||||
// if you manually generate a personal access token for the domains scope
|
// if you manually generate a personal access token for the domains scope
|
||||||
// at https://staging.highfidelity.com/user/tokens/new?for_domain_server=true
|
// at https://staging.highfidelity.com/user/tokens/new?for_domain_server=true
|
||||||
|
|
||||||
const QUrl METAVERSE_SERVER_URL_STABLE { "https://metaverse.bluestuff.org:9400" };
|
const QUrl METAVERSE_SERVER_URL_STABLE { "https://metaverse.vircadia.com/live" };
|
||||||
const QUrl METAVERSE_SERVER_URL_STAGING { "https://metaverse.bluestuff.org:9400" };
|
const QUrl METAVERSE_SERVER_URL_STAGING { "https://metaverse.vircadia.com/live" };
|
||||||
|
|
||||||
// Web Engine requests to this parent domain have an account authorization header added
|
// Web Engine requests to this parent domain have an account authorization header added
|
||||||
const QString AUTH_HOSTNAME_BASE = "highfidelity.com";
|
const QString AUTH_HOSTNAME_BASE = "highfidelity.com";
|
||||||
|
@ -45,9 +45,9 @@ namespace NetworkingConstants {
|
||||||
|
|
||||||
|
|
||||||
#if USE_STABLE_GLOBAL_SERVICES
|
#if USE_STABLE_GLOBAL_SERVICES
|
||||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.bluestuff.org";
|
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.vircadia.com";
|
||||||
#else
|
#else
|
||||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.bluestuff.org";
|
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.vircadia.com";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const QString MARKETPLACE_CDN_HOSTNAME = "mpassets.highfidelity.com";
|
const QString MARKETPLACE_CDN_HOSTNAME = "mpassets.highfidelity.com";
|
||||||
|
|
Loading…
Reference in a new issue