Merge pull request #8872 from birarda/master

always go to dev welcome when not using stable services
This commit is contained in:
Chris Collins 2016-10-21 06:16:26 -07:00 committed by GitHub
commit 8481d0baa5

View file

@ -23,7 +23,13 @@
#include "AccountManager.h"
const QString HIFI_URL_SCHEME = "hifi";
#if USE_STABLE_GLOBAL_SERVICES
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome";
#else
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome";
#endif
const QString SANDBOX_HIFI_ADDRESS = "hifi://localhost";
const QString INDEX_PATH = "/";