mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
switch back to proper data-server
This commit is contained in:
parent
64efdb2ffb
commit
3e13608e19
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ quint8 DataServerClient::_sequenceNumber = 0;
|
|||
|
||||
const char MULTI_KEY_VALUE_SEPARATOR = '|';
|
||||
|
||||
const char DATA_SERVER_HOSTNAME[] = "localhost";
|
||||
const char DATA_SERVER_HOSTNAME[] = "data.highfidelity.io";
|
||||
const unsigned short DATA_SERVER_PORT = 3282;
|
||||
|
||||
const HifiSockAddr& DataServerClient::dataServerSockAddr() {
|
||||
|
|
Loading…
Reference in a new issue