(function() {'use strict';angular.module('dvicLandingPages.env', []).constant('ENVIRONMENT_CONSTANT', {BASE_DVIC_URL: '/dvic-landing-pages',BASE_API_URL: '/dvic-landing-pages/api/v1/',NG_DEBUG_MODE_ENABLED: false,NG_DEBUG_LOG_ENABLED: false,BASE_URL: '/',SITE_ID: 'dlr',MDX_BASE_URL: '',SYNDICATED_CONTENT_PATH: '/syndicated/content/',WHITELIST_PAGE: ['disneyvacationclub.disney.go.com','.dvc-lightcycle.wdprapps.disney.com'],DFM_REDIRECT_URL: "/down-for-maintenance/",DFM_OVERRIDE_COOKIE: "dlrDvicChase",APP_VERSION: "1.26.0-773",REFERRER_MATCH_LIST: ['.disney.go.com','.wdprapps.disney.com/online-check-in'],INVALID_REFERRER_MATCH_LIST: ['/login','/registration','/authentication/logout','/authentication/get-client-token'],LIGHTBOX_SETTINGS: '{"bundleUrl":"https://cdn1.parksmedia.wdprapps.disney.com/media/profile-spa/authenticator-bundle.js","config":{"oneIdScriptSrc":"https://cdn.registerdisney.go.com/v2/outer/DisneyID.js","cssOverride":"https://cdn1.parksmedia.wdprapps.disney.com/media/lightbox/{siteId}/styles/branded-web.css","loadScript":true,"clientId":"TPR-{siteId}-LBJS.WEB-PROD","langPref":"en-US","responderPage":"/authentication/responder.html","debug":true}}',DFM_EXPIRATION_THRESHOLD: "300000"}).constant('environment', 'production');angular.module('wdpr.wdprAngularCore.config').constant('angularConfig', {wamBaseURL: '',useWamBaseURLForAuth: false,appConfig: { application: { urlPrefix: '/dvic-landing-pages'} }});})();