mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
undo accidental change
This commit is contained in:
parent
c80ca825b8
commit
3fc9bdb3d0
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
var Settings = {
|
||||
showAdvanced: false,
|
||||
// METAVERSE_URL: 'https://metaverse.highfidelity.com',
|
||||
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