16 lines
972 B
JavaScript
16 lines
972 B
JavaScript
/* globals WELCOME_WAGON_OPTIONS:true */
|
|
|
|
WELCOME_WAGON_OPTIONS = {
|
|
// DOMAIN_ID: 'a0d88684-ac12-4741-96a0-c7fc9a107a56',
|
|
ROTATING_DOMAIN: 'dev-content', // default
|
|
SEARCH_CENTER: {x: 12, y: 3, z: -20} // ,
|
|
// SEARCH_AREA: 60000, // default
|
|
// DISPLAY_NAME: 'WelcomeWagon [BOT]', // default
|
|
// ACTIVE_WELCOME_WAGON_JSON: 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/ww-wagonPad.json', // default
|
|
// DISABLED_WELCOME_WAGON_JSON: 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/ww-ghostBus.json', // default
|
|
// PLATFORM_NAME: 'ww-landingPad', // default
|
|
// WELCOME_WAGON_CHANNEL: 'com.highfidelity.welcomeWagon', // default
|
|
// MODULES_PATH: 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/modules/', // default
|
|
};
|
|
|
|
Script.include('https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/welcomeWagonAC.js');
|