Replace metaverse server with testing URL

This commit is contained in:
Atlante45 2016-07-25 14:52:02 -07:00
parent f0ff975248
commit 0663766074

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://hifi.ngrok.io");
}
#endif // hifi_NetworkingConstants_h