Update default hifi address to dev-welcome

This commit is contained in:
Ryan Huffman 2016-09-29 08:52:10 -07:00
parent e6314a2701
commit 408cc1cd04

View file

@ -23,7 +23,7 @@
#include "AccountManager.h" #include "AccountManager.h"
const QString HIFI_URL_SCHEME = "hifi"; const QString HIFI_URL_SCHEME = "hifi";
const QString DEFAULT_HIFI_ADDRESS = "hifi://entry"; const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome";
const QString SANDBOX_HIFI_ADDRESS = "hifi://localhost"; const QString SANDBOX_HIFI_ADDRESS = "hifi://localhost";
const QString SANDBOX_STATUS_URL = "http://localhost:60332/status"; const QString SANDBOX_STATUS_URL = "http://localhost:60332/status";
const QString INDEX_PATH = "/"; const QString INDEX_PATH = "/";