mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
for now, point this PR at staging so that it can be tested as built by
jenkins
This commit is contained in:
parent
55589312f1
commit
fb038c17ee
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace NetworkingConstants {
|
|||
// <hifi repo>\domain-server\resources\web\js\shared.js
|
||||
const QUrl METAVERSE_SERVER_URL_STABLE("https://metaverse.highfidelity.com");
|
||||
const QUrl METAVERSE_SERVER_URL_STAGING("https://staging.highfidelity.com");
|
||||
const QUrl METAVERSE_SERVER_URL = METAVERSE_SERVER_URL_STABLE;
|
||||
const QUrl METAVERSE_SERVER_URL = METAVERSE_SERVER_URL_STAGING;
|
||||
}
|
||||
|
||||
#endif // hifi_NetworkingConstants_h
|
||||
|
|
Loading…
Reference in a new issue