Merge pull request #94 from MarcusLlewellyn/kasen/core

Quick fix for the metaverse API
This commit is contained in:
Marcus Llewellyn 2020-01-14 20:35:04 -06:00 committed by GitHub
commit 597f88cc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ namespace NetworkingConstants {
// if you manually generate a personal access token for the domains scope
// at https://staging.highfidelity.com/user/tokens/new?for_domain_server=true
const QUrl METAVERSE_SERVER_URL_STABLE { "https://metaverse.projectathena.io" };
const QUrl METAVERSE_SERVER_URL_STABLE { "https://metaverse.highfidelity.com" };
const QUrl METAVERSE_SERVER_URL_STAGING { "https://staging.projectathena.io" };
}

View file

@ -279,5 +279,6 @@
"toolbar/com.highfidelity.interface.toolbar.system/x": 655,
"toolbar/com.highfidelity.interface.toolbar.system/y": 953,
"toolbar/constrainToolbarToCenterX": true,
"private/selectedMetaverseURL": "https://metaverse.highfidelity.com",
"wallet/autoLogout": true
}