mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
changing default domain closes #1676
This commit is contained in:
parent
4296e5e81e
commit
6dae086f32
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const char SOLO_NODE_TYPES[2] = {
|
|||
NODE_TYPE_AUDIO_MIXER
|
||||
};
|
||||
|
||||
const QString DEFAULT_DOMAIN_HOSTNAME = "root.highfidelity.io";
|
||||
const QString DEFAULT_DOMAIN_HOSTNAME = "alpha.highfidelity.io";
|
||||
const unsigned short DEFAULT_DOMAIN_SERVER_PORT = 40102;
|
||||
|
||||
NodeList* NodeList::_sharedInstance = NULL;
|
||||
|
|
Loading…
Reference in a new issue