always go to dev-welcome when not using stable services

This commit is contained in:
Stephen Birarda 2016-10-20 16:29:40 -07:00
parent 20ed77d425
commit 5886996bc3

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 = "/";