Restore mateverse URL

This commit is contained in:
Atlante45 2016-08-05 13:08:18 -07:00
parent 51b45f8f73
commit 61d07cf952

View file

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