(function() {'use strict';angular.module('entitlementUi.env', []).constant('ENVIRONMENT_CONSTANT', {NG_DEBUG_MODE_ENABLED: false,NG_DEBUG_LOG_ENABLED: false,IS_HKEM: false,SAML_AUDIENCE: 'hkdl-entitlement-v2-stage',APP_URL: 'https://stage.entitlement-v2.hongkongdisneyland.com/',AUTH_URL: 'https://stage.entitlement-v2.hongkongdisneyland.com/entitlement-service-v2/oauth2/',CLIENTID: 'WDPR-WDPRENTITLEMENTHKDL-STAGE',API_BASE_PATH: '/entitlement-api/api/v1',LOCALES: '{"en":"required","zh-hk":"required","zh-cn":"optional"}',APP_URL: 'https://stage.entitlement-v2.hongkongdisneyland.com/',LOGOUT_URL: 'https://login.myid-stg.disney.com/logout',CLIENTID: 'WDPR-WDPRENTITLEMENTHKDL-STAGE',API_BASE_PATH: '/entitlement-api/api/v1',SERVICE_URL: 'https://stage.entitlement-v2.hongkongdisneyland.com/entitlement-service/api',DEFAULT_REDEEM_LOCATION: 'MG MAMSC',ALLOW_EFFECTIVEDATE_EDIT: 'true',REPORT_PAGESIZE_WEB: '10000',REPORT_PAGESIZE_DL: '100000'});})();