for now, point this PR at staging so that it can be tested as built by

jenkins
This commit is contained in:
howard-stearns 2017-11-29 09:54:34 -08:00
parent 55589312f1
commit fb038c17ee

View file

@ -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