mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
switch back to EC2 domain server
This commit is contained in:
parent
c6a8f6415e
commit
c57e98cde5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const long MAX_SAMPLE_VALUE = std::numeric_limits<int16_t>::max();
|
|||
const long MIN_SAMPLE_VALUE = std::numeric_limits<int16_t>::min();
|
||||
|
||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be re-set by lookup on startup
|
||||
char DOMAIN_IP[100] = ""; // IP Address will be re-set by lookup on startup
|
||||
const int DOMAINSERVER_PORT = 40102;
|
||||
|
||||
const int MAX_SOURCE_BUFFERS = 20;
|
||||
|
|
Loading…
Reference in a new issue