mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
update METAVERSE_URL to correct url
This commit is contained in:
parent
6c5626da43
commit
1a1b304319
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
var Settings = {
|
||||
showAdvanced: false,
|
||||
METAVERSE_URL: 'http://localhost:3000',
|
||||
METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
||||
ADVANCED_CLASS: 'advanced-setting',
|
||||
TRIGGER_CHANGE_CLASS: 'trigger-change',
|
||||
DATA_ROW_CLASS: 'value-row',
|
||||
|
|
Loading…
Reference in a new issue