back to stable, rather than staging

This commit is contained in:
howard-stearns 2017-11-29 13:39:58 -08:00
parent fb038c17ee
commit 115bc27557

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_STAGING;
const QUrl METAVERSE_SERVER_URL = METAVERSE_SERVER_URL_STABLE;
}
#endif // hifi_NetworkingConstants_h