Merge pull request #2349 from ey6es/master

Alpha is the new default.
This commit is contained in:
Andrzej Kapolka 2014-03-18 10:14:14 -07:00
commit 9ff0a36a06

View file

@ -16,7 +16,7 @@
#include "HifiSockAddr.h"
const QString DEFAULT_DOMAIN_HOSTNAME = "root.highfidelity.io";
const QString DEFAULT_DOMAIN_HOSTNAME = "alpha.highfidelity.io";
const unsigned short DEFAULT_DOMAIN_SERVER_PORT = 40102;
class DomainInfo : public QObject {