update METAVERSE_URL to correct url

This commit is contained in:
Stephen Birarda 2015-05-18 10:24:10 -07:00
parent 6c5626da43
commit 1a1b304319

View file

@ -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',