fix default node auth URL

This commit is contained in:
Stephen Birarda 2014-02-25 09:38:22 -08:00
parent 83f7c17279
commit 45429fa1e1

View file

@ -30,7 +30,7 @@ const char SOLO_NODE_TYPES[2] = {
NodeType::AudioMixer
};
const QUrl DEFAULT_NODE_AUTH_URL = QUrl("http://localhost:3000");
const QUrl DEFAULT_NODE_AUTH_URL = QUrl("https://data-web.highfidelity.io");
NodeList* NodeList::_sharedInstance = NULL;