mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 09:49:41 +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>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue