mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:57:23 +02:00
Replace metaverse server with testing URL
This commit is contained in:
parent
f0ff975248
commit
0663766074
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
#include <QtCore/QUrl>
|
#include <QtCore/QUrl>
|
||||||
|
|
||||||
namespace NetworkingConstants {
|
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
|
#endif // hifi_NetworkingConstants_h
|
||||||
|
|
Loading…
Reference in a new issue