put back production METAVERSE_SERVER_URL

This commit is contained in:
Stephen Birarda 2016-12-08 17:30:00 -08:00
parent 673e03aae4
commit 80699e826a

View file

@ -15,7 +15,7 @@
#include <QtCore/QUrl>
namespace NetworkingConstants {
const QUrl METAVERSE_SERVER_URL = QUrl("http://localhost:3000");
const QUrl METAVERSE_SERVER_URL = QUrl("https://metaverse.highfidelity.com");
}
#endif // hifi_NetworkingConstants_h