mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
back-out accidently changed api urls
This commit is contained in:
parent
e6f456f494
commit
55d76abf48
3 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
||||||
var Settings = {
|
var Settings = {
|
||||||
showAdvanced: false,
|
showAdvanced: false,
|
||||||
// METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
||||||
METAVERSE_URL: 'http://localhost:3000',
|
|
||||||
ADVANCED_CLASS: 'advanced-setting',
|
ADVANCED_CLASS: 'advanced-setting',
|
||||||
TRIGGER_CHANGE_CLASS: 'trigger-change',
|
TRIGGER_CHANGE_CLASS: 'trigger-change',
|
||||||
DATA_ROW_CLASS: 'value-row',
|
DATA_ROW_CLASS: 'value-row',
|
||||||
|
|
|
@ -44,8 +44,7 @@
|
||||||
|
|
||||||
int const DomainServer::EXIT_CODE_REBOOT = 234923;
|
int const DomainServer::EXIT_CODE_REBOOT = 234923;
|
||||||
|
|
||||||
// const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.highfidelity.com";
|
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.highfidelity.com";
|
||||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "localhost";
|
|
||||||
|
|
||||||
DomainServer::DomainServer(int argc, char* argv[]) :
|
DomainServer::DomainServer(int argc, char* argv[]) :
|
||||||
QCoreApplication(argc, argv),
|
QCoreApplication(argc, argv),
|
||||||
|
|
|
@ -15,8 +15,7 @@
|
||||||
#include <QtCore/QUrl>
|
#include <QtCore/QUrl>
|
||||||
|
|
||||||
namespace NetworkingConstants {
|
namespace NetworkingConstants {
|
||||||
// const QUrl METAVERSE_SERVER_URL = QUrl("https://metaverse.highfidelity.com");
|
const QUrl METAVERSE_SERVER_URL = QUrl("https://metaverse.highfidelity.com");
|
||||||
const QUrl METAVERSE_SERVER_URL = QUrl("http://localhost:3000");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // hifi_NetworkingConstants_h
|
#endif // hifi_NetworkingConstants_h
|
||||||
|
|
Loading…
Reference in a new issue