mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +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"
|
||||
|
||||
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 = "/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue