mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +02:00
switch assignment server back to ec2
This commit is contained in:
parent
609c48214f
commit
bd409abd1f
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ int NodeList::processDomainServerList(unsigned char* packetData, size_t dataByte
|
|||
return readNodes;
|
||||
}
|
||||
|
||||
const char ASSIGNMENT_SERVER_HOSTNAME[] = "localhost";
|
||||
const char ASSIGNMENT_SERVER_HOSTNAME[] = "assignment.highfidelity.io";
|
||||
const sockaddr_in assignmentServerSocket = socketForHostnameAndHostOrderPort(ASSIGNMENT_SERVER_HOSTNAME,
|
||||
ASSIGNMENT_SERVER_PORT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue