mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:44:03 +02:00
default to serverless tutorial
This commit is contained in:
parent
787947b6a8
commit
6948de7e24
1 changed files with 1 additions and 6 deletions
|
@ -30,12 +30,7 @@
|
||||||
#include "UserActivityLogger.h"
|
#include "UserActivityLogger.h"
|
||||||
#include "udt/PacketHeaders.h"
|
#include "udt/PacketHeaders.h"
|
||||||
|
|
||||||
#if USE_STABLE_GLOBAL_SERVICES
|
const QString DEFAULT_HIFI_ADDRESS = "file:///~/serverless/tutorial.json";
|
||||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome/hello";
|
|
||||||
#else
|
|
||||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome/hello";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const QString ADDRESS_MANAGER_SETTINGS_GROUP = "AddressManager";
|
const QString ADDRESS_MANAGER_SETTINGS_GROUP = "AddressManager";
|
||||||
const QString SETTINGS_CURRENT_ADDRESS_KEY = "address";
|
const QString SETTINGS_CURRENT_ADDRESS_KEY = "address";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue