mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
point to EC2 domain server instead of local machine
This commit is contained in:
parent
e6a0f5cd6c
commit
307fa9e5fa
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int simulate_on = 1;
|
|||
|
||||
const int MAX_PACKET_SIZE = 1500;
|
||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be used first if not empty string
|
||||
char DOMAIN_IP[100] = ""; // IP Address will be used first if not empty string
|
||||
const int DOMAINSERVER_PORT = 40102;
|
||||
UDPSocket agentSocket(AGENT_UDP_PORT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue