mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:03:38 +02:00
change data-server hostname to hifi global data-server
This commit is contained in:
parent
f09888dd1b
commit
268a64d3d5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
std::map<unsigned char*, int> DataServerClient::_unmatchedPackets;
|
||||
|
||||
const char DATA_SERVER_HOSTNAME[] = "127.0.0.1";
|
||||
const char DATA_SERVER_HOSTNAME[] = "data.highfidelity.io";
|
||||
const unsigned short DATA_SERVER_PORT = 3282;
|
||||
const sockaddr_in DATA_SERVER_SOCKET = socketForHostnameAndHostOrderPort(DATA_SERVER_HOSTNAME, DATA_SERVER_PORT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue