mirror of
https://github.com/lubosz/overte.git
synced 2025-08-18 15:11:40 +02:00
always go to dev-welcome when not using stable services
This commit is contained in:
parent
20ed77d425
commit
5886996bc3
1 changed files with 6 additions and 0 deletions
|
@ -23,7 +23,13 @@
|
||||||
#include "AccountManager.h"
|
#include "AccountManager.h"
|
||||||
|
|
||||||
const QString HIFI_URL_SCHEME = "hifi";
|
const QString HIFI_URL_SCHEME = "hifi";
|
||||||
|
|
||||||
|
#if USE_STABLE_GLOBAL_SERVICES
|
||||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome";
|
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 SANDBOX_HIFI_ADDRESS = "hifi://localhost";
|
||||||
const QString INDEX_PATH = "/";
|
const QString INDEX_PATH = "/";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue